Changeset 6404 for trunk/licq/src/icqd.cpp
- Timestamp:
- 07/03/08 07:19:15 (5 months ago)
- Files:
-
- 1 modified
-
trunk/licq/src/icqd.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/licq/src/icqd.cpp
r6402 r6404 167 167 168 168 fifo_fs = NULL; 169 170 receivedUserList.clear(); 169 171 170 172 // Begin parsing the config file … … 2827 2829 return (!*pcEnd); 2828 2830 } 2831 2832 CUserProperties::CUserProperties() 2833 : newAlias(NULL), 2834 newCellular(NULL), 2835 normalSid(0), 2836 groupId(0), 2837 visibleSid(0), 2838 invisibleSid(0), 2839 inIgnoreList(false), 2840 awaitingAuth(false) 2841 { 2842 tlvs.clear(); 2843 }
