My Project
 All Classes Files Functions Variables Enumerations Enumerator Friends Macros Pages
Test.h
1 // $Id: Test.h,v 1.1.1.1 2009/07/06 23:57:23 eml Exp $
2 
3 #ifndef START_JUNK_TEST_H
4 #define START_JUNK_TEST_H
5 
15 namespace start {
16  namespace junk {
17 
18  class Test {
19  public:
20 
24  Test();
25 
29  virtual ~Test();
30 
31  private:
32  }; // End class Test
33 
34  } // End namespace junk
35 } // End namespace start
36 
37 
38 
39 #endif // End #ifndef START_JUNK_TEST_H
Definition: Test.h:18