summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/NewPOA
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-20 09:44:59 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-20 09:44:59 +0000
commit7ed73029ddc4565d8127d61808a4c499802d146a (patch)
tree5d61877e7f71e7cef04ef15db9bc760f42febe4c /TAO/tests/POA/NewPOA
parenta2bb91b9e86b12efc9c39ce28c9bb12dff5a5d98 (diff)
downloadATCD-7ed73029ddc4565d8127d61808a4c499802d146a.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tests/POA/NewPOA')
-rw-r--r--TAO/tests/POA/NewPOA/NewPOA.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tests/POA/NewPOA/NewPOA.cpp b/TAO/tests/POA/NewPOA/NewPOA.cpp
index 9d06f61532c..a243ca3cfc9 100644
--- a/TAO/tests/POA/NewPOA/NewPOA.cpp
+++ b/TAO/tests/POA/NewPOA/NewPOA.cpp
@@ -43,7 +43,7 @@ main (int argc, char **argv)
// _narrow() the Object to get the POA object, i.e., the root_poa.
PortableServer::POA_var root_poa =
- PortableServer::POA::_narrow (obj.in(), env);
+ PortableServer::POA::_narrow (obj.in (), env);
if (env.exception () != 0)
{
@@ -79,7 +79,7 @@ main (int argc, char **argv)
ACE_CString name = "firstPOA";
PortableServer::POA_var first_poa =
root_poa->create_POA (name.c_str (),
- PortableServer::POAManager::_nil(),
+ PortableServer::POAManager::_nil (),
policies,
env);
if (env.exception () != 0)
@@ -93,7 +93,7 @@ main (int argc, char **argv)
name += "secondPOA";
PortableServer::POA_var second_poa =
root_poa->create_POA (name.c_str (),
- PortableServer::POAManager::_nil(),
+ PortableServer::POAManager::_nil (),
policies,
env);
if (env.exception () != 0)
@@ -112,7 +112,7 @@ main (int argc, char **argv)
PortableServer::POA_var fifth_poa =
root_poa->create_POA (name.c_str (),
- PortableServer::POAManager::_nil(),
+ PortableServer::POAManager::_nil (),
policies,
env);
if (env.exception () != 0)