planners/output/BlankDialog.cpp

Go to the documentation of this file.
00001 #ifdef WIN32
00002 #include "stdafx.h"
00003 
00004 
00005 #include "BlankDialog.h"
00006 
00007 #ifdef _DEBUG
00008 #define new DEBUG_NEW
00009 #undef THIS_FILE
00010 static char THIS_FILE[] = __FILE__;
00011 #endif
00012 
00014 // CBlankDialog dialog
00015 
00016 
00017 CBlankDialog::CBlankDialog(CWnd* pParent /*=NULL*/)
00018         : CDialog(CBlankDialog::IDD, pParent)
00019 {
00020         //{{AFX_DATA_INIT(CBlankDialog)
00021                 // NOTE: the ClassWizard will add member initialization here
00022         //}}AFX_DATA_INIT
00023 }
00024 
00025 
00026 void CBlankDialog::DoDataExchange(CDataExchange* pDX)
00027 {
00028         CDialog::DoDataExchange(pDX);
00029         //{{AFX_DATA_MAP(CBlankDialog)
00030                 // NOTE: the ClassWizard will add DDX and DDV calls here
00031         //}}AFX_DATA_MAP
00032 }
00033 
00034 
00035 BEGIN_MESSAGE_MAP(CBlankDialog, CDialog)
00036         //{{AFX_MSG_MAP(CBlankDialog)
00037                 ON_WM_LBUTTONDBLCLK()
00038         //}}AFX_MSG_MAP
00039 END_MESSAGE_MAP()
00040 
00042 // CBlankDialog message handlers
00043 
00044 void CBlankDialog::OnLButtonDblClk(UINT nFlags, CPoint point) 
00045 {
00046 }
00047 
00048 #endif

Generated on Sat Apr 1 21:30:44 2006 for Motion Planning Kernel by  doxygen 1.4.6-NO