Main Page | File List

ComboToolBar.cpp

00001 // ComboToolBar.cpp : implementation file
00002 //
00003 
00004 #include "stdafx.h"
00005 #include "TransClient.h"
00006 #include "ComboToolBar.h"
00007 
00008 #ifdef _DEBUG
00009 #define new DEBUG_NEW
00010 #undef THIS_FILE
00011 static char THIS_FILE[] = __FILE__;
00012 #endif
00013 
00015 // CComboToolBar
00016 
00017 CComboToolBar::CComboToolBar()
00018 {
00019 }
00020 
00021 CComboToolBar::~CComboToolBar()
00022 {
00023 }
00024 
00025 
00026 BEGIN_MESSAGE_MAP(CComboToolBar, CToolBar)
00027         //{{AFX_MSG_MAP(CComboToolBar)
00028                 // NOTE - the ClassWizard will add and remove mapping macros here.
00029         //}}AFX_MSG_MAP
00030 END_MESSAGE_MAP()
00031 
00033 // CComboToolBar message handlers

Generated on Mon May 8 22:27:08 2006 by  doxygen 1.3.9.1