Changeset 6464 for trunk/licq
- Timestamp:
- 07/24/08 04:11:35 (4 months ago)
- Files:
-
- 1 modified
-
trunk/licq/include/licq_user.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/licq/include/licq_user.h
r6462 r6464 519 519 //!Retrivies the users homepage description 520 520 const char* GetHomepageDesc() const { return m_szHomepageDesc; } 521 //!Returns true if the user has an ICQ homepage (http://<uin>.home.icq.com/) const521 //!Returns true if the user has an ICQ homepage (http://<uin>.home.icq.com/) 522 522 bool GetICQHomepagePresent() const { return m_bICQHomepagePresent; } 523 523
