diff options
| author | Remko Tronçon <git@el-tramo.be> | 2009-09-11 14:41:53 (GMT) | 
|---|---|---|
| committer | Remko Tronçon <git@el-tramo.be> | 2009-09-11 14:41:53 (GMT) | 
| commit | d29ce2effc0126e9b1fe0d7fe5ea89b92289cb7e (patch) | |
| tree | c03f2b8ce540540c67842a981527b46f6c014026 /Swift/Controllers/MainController.h | |
| parent | 1b47266d6b955fb533b4c272b4bcc58693078a1a (diff) | |
| download | swift-contrib-d29ce2effc0126e9b1fe0d7fe5ea89b92289cb7e.zip swift-contrib-d29ce2effc0126e9b1fe0d7fe5ea89b92289cb7e.tar.bz2  | |
Fix crash on restart.
Diffstat (limited to 'Swift/Controllers/MainController.h')
| -rw-r--r-- | Swift/Controllers/MainController.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/Swift/Controllers/MainController.h b/Swift/Controllers/MainController.h index 1fd7c4c..a36351e 100644 --- a/Swift/Controllers/MainController.h +++ b/Swift/Controllers/MainController.h @@ -50,6 +50,8 @@ namespace Swift {  		private: +			void resetClient(); +  			void handleConnected();  			void handleLoginRequest(const String& username, const String& password, const String& certificateFile, bool remember);  			void handleChatRequest(const String& contact);  | 
 Swift