summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-07-15 12:24:39 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-07-15 12:24:39 +0000
commiteca7b0ad3268d5443ea628589c46649f25db7275 (patch)
tree31fbcf0cb3a72a5713cc23604391c7c8bb1e5721 /TAO/orbsvcs
parent5b0752304c2a8e6aef137010ca85d2f3219d0268 (diff)
downloadATCD-eca7b0ad3268d5443ea628589c46649f25db7275.tar.gz
ChangeLogTag: Sat Jul 15 00:47:30 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r--TAO/orbsvcs/tests/Bug_1393_Regression/client.cpp1
-rw-r--r--TAO/orbsvcs/tests/Bug_1630_Regression/testclient.cpp7
-rw-r--r--TAO/orbsvcs/tests/InterfaceRepo/IDL3_Test/idl3_client.cpp1
-rw-r--r--TAO/orbsvcs/tests/InterfaceRepo/IFR_Inheritance_Test/main.cpp1
-rw-r--r--TAO/orbsvcs/tests/InterfaceRepo/IFR_Test/Admin_Client.h1
-rw-r--r--TAO/orbsvcs/tests/InterfaceRepo/Persistence_Test/Ptest.h1
6 files changed, 9 insertions, 3 deletions
diff --git a/TAO/orbsvcs/tests/Bug_1393_Regression/client.cpp b/TAO/orbsvcs/tests/Bug_1393_Regression/client.cpp
index 6a3c7f89e53..bb7e3d1142d 100644
--- a/TAO/orbsvcs/tests/Bug_1393_Regression/client.cpp
+++ b/TAO/orbsvcs/tests/Bug_1393_Regression/client.cpp
@@ -1,6 +1,7 @@
// $Id$
#include "tao/IFR_Client/IFR_BasicC.h"
+#include "tao/ORB.h"
#include "ace/OS_NS_string.h"
#include "ace/Log_Msg.h"
diff --git a/TAO/orbsvcs/tests/Bug_1630_Regression/testclient.cpp b/TAO/orbsvcs/tests/Bug_1630_Regression/testclient.cpp
index 8115122177e..360999cdb28 100644
--- a/TAO/orbsvcs/tests/Bug_1630_Regression/testclient.cpp
+++ b/TAO/orbsvcs/tests/Bug_1630_Regression/testclient.cpp
@@ -5,6 +5,7 @@
#include "tao/IFR_Client/IFR_BasicC.h"
#include "tao/IFR_Client/IFR_Client_Adapter_Impl.h"
#include "tao/AnyTypeCode/NVList.h"
+#include "tao/ORB.h"
#include "ace/OS_NS_string.h"
int main (int argc, char* argv[])
@@ -12,16 +13,16 @@ int main (int argc, char* argv[])
ACE_DECLARE_NEW_CORBA_ENV;
ACE_TRY_NEW_ENV
{
- int failed = 0 ;
+ int failed = 0;
// Initialise ORB.
//
- CORBA::ORB_var orb = CORBA::ORB_init( argc, argv, "" ACE_ENV_ARG_PARAMETER) ;
+ CORBA::ORB_var orb = CORBA::ORB_init( argc, argv, "" ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
// Find the Interface Repository.
//
- CORBA::Object_var ifr_obj = orb->resolve_initial_references( "InterfaceRepository" ACE_ENV_ARG_PARAMETER) ;
+ CORBA::Object_var ifr_obj = orb->resolve_initial_references( "InterfaceRepository" ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
CORBA::Repository_var ifr = CORBA::Repository::_narrow( ifr_obj.in() ACE_ENV_ARG_PARAMETER);
diff --git a/TAO/orbsvcs/tests/InterfaceRepo/IDL3_Test/idl3_client.cpp b/TAO/orbsvcs/tests/InterfaceRepo/IDL3_Test/idl3_client.cpp
index 93fa6ae910a..9c9a0a21607 100644
--- a/TAO/orbsvcs/tests/InterfaceRepo/IDL3_Test/idl3_client.cpp
+++ b/TAO/orbsvcs/tests/InterfaceRepo/IDL3_Test/idl3_client.cpp
@@ -2,6 +2,7 @@
// $Id$
#include "idl3_client.h"
+#include "tao/ORB.h"
#include "ace/Get_Opt.h"
#include "ace/OS_NS_string.h"
diff --git a/TAO/orbsvcs/tests/InterfaceRepo/IFR_Inheritance_Test/main.cpp b/TAO/orbsvcs/tests/InterfaceRepo/IFR_Inheritance_Test/main.cpp
index 3c76d0785bb..2b862e5fdb1 100644
--- a/TAO/orbsvcs/tests/InterfaceRepo/IFR_Inheritance_Test/main.cpp
+++ b/TAO/orbsvcs/tests/InterfaceRepo/IFR_Inheritance_Test/main.cpp
@@ -4,6 +4,7 @@
// The run_test.pl perl script will check for the expected output.
#include "tao/IFR_Client/IFR_BasicC.h"
+#include "tao/ORB.h"
ACE_RCSID (IFR_Inheritance_Test,
main,
diff --git a/TAO/orbsvcs/tests/InterfaceRepo/IFR_Test/Admin_Client.h b/TAO/orbsvcs/tests/InterfaceRepo/IFR_Test/Admin_Client.h
index ddfb140e11d..2c478800c52 100644
--- a/TAO/orbsvcs/tests/InterfaceRepo/IFR_Test/Admin_Client.h
+++ b/TAO/orbsvcs/tests/InterfaceRepo/IFR_Test/Admin_Client.h
@@ -23,6 +23,7 @@
#define ADMIN_CLIENT_H
#include "tao/IFR_Client/IFR_BasicC.h"
+#include "tao/ORB.h"
const CORBA::ULong NUMBER_OF_TESTS = 11;
diff --git a/TAO/orbsvcs/tests/InterfaceRepo/Persistence_Test/Ptest.h b/TAO/orbsvcs/tests/InterfaceRepo/Persistence_Test/Ptest.h
index 7d3b0b16eb4..bec1b5d88c7 100644
--- a/TAO/orbsvcs/tests/InterfaceRepo/Persistence_Test/Ptest.h
+++ b/TAO/orbsvcs/tests/InterfaceRepo/Persistence_Test/Ptest.h
@@ -23,6 +23,7 @@
#define PTEST_H
#include "tao/IFR_Client/IFR_BasicC.h"
+#include "tao/ORB.h"
class Ptest
{