#include <MsgService.h>
Public Member Functions | |
| Init () | |
| ~Init () | |
Static Public Attributes | |
| int | count = 0 |
|
|
Definition at line 76 of file MsgService.h. 00076 { ++count; }
|
|
|
Definition at line 77 of file MsgService.h. References count. 00077 { if (--count==0) { delete fInstance; fInstance=0; } }
|
|
|
Definition at line 26 of file MsgService.cxx. |
1.3.9.1