summaryrefslogtreecommitdiff
path: root/utilities.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-06-14 13:55:25 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-06-14 13:55:25 +0300
commite073c336539d16e57c73a4620107ecffae70d927 (patch)
tree349017c55f1d3eb8449ad435966486dfe443e0c9 /utilities.h
parent6ec5421c044db31546e3a364ba502cf8b5dd6c5f (diff)
this code wotking...., strange ...., very strange...., maybe i am litle ill ?
Diffstat (limited to 'utilities.h')
-rw-r--r--utilities.h11
1 files changed, 11 insertions, 0 deletions
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