diff options
author | George Hazan <george.hazan@gmail.com> | 2012-05-26 21:22:43 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-05-26 21:22:43 +0000 |
commit | c5bc8f21d5b87482f737c5ca64a4d46ebe7a2497 (patch) | |
tree | c13b62a3f1224750108aa33919ef6f9a32a2767d /plugins/YAMN/proto/pop3/pop3.h | |
parent | 17f839d0a607c05ae390d6306d81ecea19c7ea45 (diff) |
YAMN became partially Unicode
git-svn-id: http://svn.miranda-ng.org/main/trunk@186 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/YAMN/proto/pop3/pop3.h')
-rw-r--r-- | plugins/YAMN/proto/pop3/pop3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/YAMN/proto/pop3/pop3.h b/plugins/YAMN/proto/pop3/pop3.h index faa6bd6195..1f7f2ea737 100644 --- a/plugins/YAMN/proto/pop3/pop3.h +++ b/plugins/YAMN/proto/pop3/pop3.h @@ -23,7 +23,7 @@ class CPop3Client {
public:
CPop3Client(): NetClient(NULL), Stopped(FALSE) {}
- ~CPop3Client() {if(NetClient!=NULL) delete NetClient;}
+ ~CPop3Client() {if (NetClient!=NULL) delete NetClient;}
char* Connect(const char* servername,const int port=110,BOOL UseSSL=FALSE, BOOL NoTLS=FALSE);
char* RecvRest(char* prev,int mode,int size=65536);
|