Show
Ignore:
Timestamp:
07/01/08 05:57:40 (5 months ago)
Author:
flynd
Message:

Added partial support for id instead of uin in file transfer class.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/licq/include/licq_filetransfer.h

    r6347 r6371  
    213213  direction Direction() { return m_nDirection; } 
    214214  unsigned long Uin() { return m_nUin; } 
     215  const char* Id() const { return myId; } 
    215216 
    216217  // Available after FT_STARTxBATCH 
     
    269270  unsigned long m_nUin; 
    270271  unsigned short m_nSession, m_nSpeed, m_nState; 
     272  char myId[16]; 
    271273 
    272274  char m_szLocalName[64], m_szRemoteName[64];