Changeset 5919 for branches/newapi

Show
Ignore:
Timestamp:
12/02/07 23:45:19 (12 months ago)
Author:
erijo
Message:

Documentation update.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/newapi/licq/licq/interface/daemon.h

    r5362 r5919  
    3434{ 
    3535public: 
     36  /** 
     37   * @returns The single Daemon instance. 
     38   */ 
    3639  static Daemon* getInstance(); 
    3740 
     
    4043 
    4144protected: 
    42   virtual ~Daemon() {} 
     45  virtual ~Daemon() { /* Empty */ } 
    4346}; 
    4447