root/trunk/FileMatchesTree.cpp

Revision 5, 0.7 kB (checked in by qbert, 6 years ago)

Initial ( and last :( ) commit

Line 
1 // FileMatchesTree.cpp : implementation file
2 //
3
4 #include "stdafx.h"
5 #include "Elephant.h"
6 #include "FileMatchesTree.h"
7
8 #ifdef _DEBUG
9 #define new DEBUG_NEW
10 #undef THIS_FILE
11 static char THIS_FILE[] = __FILE__;
12 #endif
13
14 /////////////////////////////////////////////////////////////////////////////
15 // CFileMatchesTree
16
17 CFileMatchesTree::CFileMatchesTree()
18 {
19 }
20
21 CFileMatchesTree::~CFileMatchesTree()
22 {
23 }
24
25
26 BEGIN_MESSAGE_MAP(CFileMatchesTree, CListCtrl)
27     //{{AFX_MSG_MAP(CFileMatchesTree)
28         // NOTE - the ClassWizard will add and remove mapping macros here.
29     //}}AFX_MSG_MAP
30 END_MESSAGE_MAP()
31
32 /////////////////////////////////////////////////////////////////////////////
33 // CFileMatchesTree message handlers
Note: See TracBrowser for help on using the browser.