Changeset 6405 for trunk/licq/include/licq_message.h
- Timestamp:
- 07/03/08 22:13:49 (5 months ago)
- Files:
-
- 1 modified
-
trunk/licq/include/licq_message.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/licq/include/licq_message.h
r6347 r6405 477 477 { 478 478 public: 479 #if 0480 479 CEventUnknownSysMsg(unsigned short _nSubCommand, 481 480 unsigned short _nCommand, const char *_szId, unsigned long _nPPID, 482 481 const char *_szMsg, 483 482 time_t _tTime, unsigned long _nFlags); 484 #endif485 CEventUnknownSysMsg(unsigned short _nSubCommand,486 unsigned short _nCommand, unsigned long _nUin,487 const char *_szMsg,488 time_t _tTime, unsigned long _nFlags);489 483 ~CEventUnknownSysMsg(); 490 484 virtual CEventUnknownSysMsg* Copy() const; … … 492 486 protected: 493 487 void CreateDescription() const; 494 unsigned long m_nUin;495 488 char *m_szMsg; 496 #if 0497 489 char *m_szId; 498 490 unsigned long m_nPPID; 491 }; 492 499 493 #endif 500 };501 502 #endif
