From e073c336539d16e57c73a4620107ecffae70d927 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Mon, 14 Jun 2010 13:55:25 +0300 Subject: this code wotking...., strange ...., very strange...., maybe i am litle ill ? --- utilities.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'utilities.h') diff --git a/utilities.h b/utilities.h index 58374c8..0325f51 100644 --- a/utilities.h +++ b/utilities.h @@ -1,4 +1,15 @@ #ifndef UTILITIES_H #define UTILITIES_H TCHAR* __stdcall UniGetContactSettingUtf(HANDLE hContact, const char *szModule,const char* szSetting, TCHAR* szDef); +class JabberAccount { +public: + JabberAccount(); + ~JabberAccount(); + TCHAR *AccountName; + int AccountNumber; + IJabberInterface *JabberInterface; + class JabberAccount *next; + BOOL operator !(); +}; + #endif -- cgit v1.2.3