Changeset 6409 for trunk/auto-reply
- Timestamp:
- 07/04/08 03:11:16 (5 months ago)
- Location:
- trunk/auto-reply/src
- Files:
-
- 2 modified
-
autoreply.cpp (modified) (3 diffs)
-
autoreply.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/auto-reply/src/autoreply.cpp
r6375 r6409 31 31 #include "licq_file.h" 32 32 #include "licq_user.h" 33 #include "licq_socket.h"34 33 #include "licq_constants.h" 35 34 … … 44 43 CLicqAutoReply::CLicqAutoReply(bool _bEnable, bool _bDelete, char *_szStatus) 45 44 { 46 tcp = new TCPSocket;47 45 m_bExit = false; 48 46 m_bEnabled = _bEnable; … … 57 55 CLicqAutoReply::~CLicqAutoReply() 58 56 { 59 delete tcp;60 57 } 61 58 -
trunk/auto-reply/src/autoreply.h
r4526 r6409 7 7 8 8 class CICQDaemon; 9 class TCPSocket;10 9 class ICQUser; 11 10 class CUserEvent; … … 31 30 32 31 CICQDaemon *licqDaemon; 33 TCPSocket *tcp;34 32 35 33 public:
