reduced gui_client crashes

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@168 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
l_maliakal_d
2013-03-19 16:00:38 +00:00
parent b7629f6c67
commit 303d84b24a
7 changed files with 37 additions and 15 deletions

View File

@ -27,7 +27,7 @@ public:
/** \short The constructor*/
qClient(char* hostname);
/** Destructor */
virtual ~qClient(){};
virtual ~qClient();
/**Execute command*/
int executeLine(int narg, char *args[]);
@ -44,6 +44,7 @@ private:
/** client socket */
MySocketTCP *mySocket;
};