summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Container_T.h
diff options
context:
space:
mode:
authorpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-01-28 00:18:25 +0000
committerpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-01-28 00:18:25 +0000
commit9c3daf4fdaf376dc0f48a5e012d69c7683b71049 (patch)
treecc82a658f16806f4742aebc49fa2fa281ed37b21 /TAO/orbsvcs/orbsvcs/Notify/Container_T.h
parent28a4c266692dafc70c632e1dd19b204120d91f6e (diff)
downloadATCD-9c3daf4fdaf376dc0f48a5e012d69c7683b71049.tar.gz
ChangeLogTag: Mon Jan 27 19:16:33 2003 Pradeep Gore <pradeep@oomworks.com>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Container_T.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Container_T.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Container_T.h b/TAO/orbsvcs/orbsvcs/Notify/Container_T.h
index da1855da4c1..39f2c88677f 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Container_T.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/Container_T.h
@@ -84,7 +84,7 @@ public:
void init_collection (ACE_ENV_SINGLE_ARG_DECL);
/// Shutdown
- virtual void shutdown (ACE_ENV_SINGLE_ARG_DECL);
+ virtual int shutdown (ACE_ENV_SINGLE_ARG_DECL);
protected:
typedef TAO_ESF_Proxy_Collection<TYPE> COLLECTION;