- Timestamp:
- 06/14/09 20:42:19 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/objective-cplusplus/i3/trunk/src/mil/include/mil/gui-cocoa/GuiModule.h
r33892 r33968 74 74 GuiModule() : tls(this->thread_id), repost(false), isWaiting(false), window(NULL) 75 75 { 76 set_auto_join(this); 76 77 } 77 78 … … 111 112 } 112 113 public: 114 void requestExit() 115 { 116 ExitEvent e; 117 post(e, *this); 118 } 119 113 120 template <typename T, typename Sender> 114 121 void post(const T& event, Sender& sender, void* memory = NULL, intptr_t owner_id = 0) … … 154 161 155 162 ~GuiModule() { 156 ExitEvent e; 157 post(e, *this); 158 //destroy(); 159 this->join(); 163 do_auto_join(); 160 164 } 161 165
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)