Changeset 5920 for branches/newapi

Show
Ignore:
Timestamp:
12/03/07 00:16:01 (12 months ago)
Author:
erijo
Message:

Make Thread::Entry's dtor protected

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/newapi/licq/licq/thread/thread.h

    r5609 r5920  
    7575  class Entry 
    7676  { 
    77   public: 
    78     virtual ~Entry() {} 
    79  
    8077  protected: 
     78    virtual ~Entry() { /* Empty */ } 
     79 
    8180    /** 
    8281     * The entry point for the new thread. Returning from this