summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/lib/Peer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/lib/Peer.h')
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Peer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Notify/lib/Peer.h b/TAO/orbsvcs/tests/Notify/lib/Peer.h
index cff35edb8fa..e8b5424e205 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Peer.h
+++ b/TAO/orbsvcs/tests/Notify/lib/Peer.h
@@ -40,13 +40,13 @@ public:
virtual ~TAO_Notify_Tests_Peer ();
/// Init
- void init (PortableServer::POA_ptr poa ACE_ENV_ARG_DECL_NOT_USED);
+ void init (PortableServer::POA_ptr poa);
/// Init this object.
virtual int init_state (ACE_Arg_Shifter& arg_shifter);
/// Set POA
- void set_poa (PortableServer::POA_ptr poa ACE_ENV_ARG_DECL);
+ void set_poa (PortableServer::POA_ptr poa);
// Accessor to set/get our name.
void set_name (ACE_CString& name);