summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Service.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Service.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Service.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Service.h b/TAO/orbsvcs/orbsvcs/Notify/Service.h
index 37575cef1a7..a22d922f87e 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Service.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/Service.h
@@ -33,6 +33,10 @@
class TAO_Notify_Export TAO_NS_Service : public ACE_Service_Object
{
public:
+
+ /// Call the base class init
+ int init (int argc, char **argv);
+
/// Init the service.
virtual void init (CORBA::ORB_ptr orb ACE_ENV_ARG_DECL) = 0;