diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-21 07:28:45 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-21 07:28:45 +0000 |
commit | 3bcfa7354450890a494736d7df71f2fc938fd0bc (patch) | |
tree | fa2bdd69f3684840dfe34db77710590cfa1dc56f /ace/Svc_Handler.h | |
parent | 6c05926380d2b3df287bf2142a6c7fdd6812a4bf (diff) | |
download | ATCD-3bcfa7354450890a494736d7df71f2fc938fd0bc.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Svc_Handler.h')
-rw-r--r-- | ace/Svc_Handler.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Svc_Handler.h b/ace/Svc_Handler.h index d04ca2db879..4bec5635ba8 100644 --- a/ace/Svc_Handler.h +++ b/ace/Svc_Handler.h @@ -61,6 +61,10 @@ public: // instead of closing it. If the object does not have a recycler, // it will be closed. + virtual void cleanup_hint (void); + // When the svc_handle is no longer needed around as a hint, call + // this method. + // = Dynamic linking hooks. virtual int init (int argc, ASYS_TCHAR *argv[]); // Default version does no work and returns -1. Must be overloaded |