Changeset 5920 for branches/newapi
- Timestamp:
- 12/03/07 00:16:01 (12 months ago)
- Files:
-
- 1 modified
-
branches/newapi/licq/licq/thread/thread.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/newapi/licq/licq/thread/thread.h
r5609 r5920 75 75 class Entry 76 76 { 77 public:78 virtual ~Entry() {}79 80 77 protected: 78 virtual ~Entry() { /* Empty */ } 79 81 80 /** 82 81 * The entry point for the new thread. Returning from this
