Changeset 6371 for trunk/licq/include/licq_filetransfer.h
- Timestamp:
- 07/01/08 05:57:40 (5 months ago)
- Files:
-
- 1 modified
-
trunk/licq/include/licq_filetransfer.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/licq/include/licq_filetransfer.h
r6347 r6371 213 213 direction Direction() { return m_nDirection; } 214 214 unsigned long Uin() { return m_nUin; } 215 const char* Id() const { return myId; } 215 216 216 217 // Available after FT_STARTxBATCH … … 269 270 unsigned long m_nUin; 270 271 unsigned short m_nSession, m_nSpeed, m_nState; 272 char myId[16]; 271 273 272 274 char m_szLocalName[64], m_szRemoteName[64];
