diff options
author | elliott_c <ocielliottc@users.noreply.github.com> | 2007-01-25 18:04:11 +0000 |
---|---|---|
committer | elliott_c <ocielliottc@users.noreply.github.com> | 2007-01-25 18:04:11 +0000 |
commit | bae2cc6fda8827396cadd4e4c64d1c4c1145cb44 (patch) | |
tree | 3e959cad0a053f1adad663e7c02bc7a239f383d8 /TAO/orbsvcs/tests/Notify/lib/Peer.h | |
parent | f8976a1649fc57ae453644f1f4498824cd2eb65b (diff) | |
download | ATCD-bae2cc6fda8827396cadd4e4c64d1c4c1145cb44.tar.gz |
ChangeLogTag: Thu Jan 25 17:39:59 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/lib/Peer.h')
-rw-r--r-- | TAO/orbsvcs/tests/Notify/lib/Peer.h | 4 |
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); |