Changeset 33764
- Timestamp:
- 06/03/09 22:56:20 (4 years ago)
- Location:
- lang/objective-cplusplus/i3/trunk/src/mil
- Files:
-
- 2 modified
-
include/mil/gui-cocoa/GuiModule.h (modified) (1 diff)
-
src/Test1.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/objective-cplusplus/i3/trunk/src/mil/include/mil/gui-cocoa/GuiModule.h
r33736 r33764 166 166 window = NULL; 167 167 } 168 168 169 ~GuiModule() { 169 destroy(); 170 ExitEvent e; 171 post(e, *this); 172 //destroy(); 170 173 this->join(); 171 174 } 175 172 176 void execute_front() 173 177 { -
lang/objective-cplusplus/i3/trunk/src/mil/src/Test1.cpp
r33762 r33764 513 513 514 514 ttest2<FooModule>(); 515 ttest2<FooGuiModule>();515 //ttest2<FooGuiModule>(); 516 516 BOOST_CHECK(true); 517 517 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)