diff options
Diffstat (limited to 'TAO/orbsvcs/examples/Notify/Lanes/ORB_Objects.h')
-rw-r--r-- | TAO/orbsvcs/examples/Notify/Lanes/ORB_Objects.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/examples/Notify/Lanes/ORB_Objects.h b/TAO/orbsvcs/examples/Notify/Lanes/ORB_Objects.h index 97a10af69c3..ddd8ed23da8 100644 --- a/TAO/orbsvcs/examples/Notify/Lanes/ORB_Objects.h +++ b/TAO/orbsvcs/examples/Notify/Lanes/ORB_Objects.h @@ -35,7 +35,7 @@ public: ~TAO_Notify_ORB_Objects (); /// Resolves all the references. - void init (CORBA::ORB_var& orb ACE_ENV_ARG_DECL); + void init (CORBA::ORB_var& orb); /// Resolve Notification CosNotifyChannelAdmin::EventChannelFactory_ptr notify_factory (void); |