summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-04-29 13:31:00 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-04-29 13:31:00 +0000
commit791c2c6ca7d2cfacb511c2cfbf86b3a093363c9a (patch)
treeca34e08ba3e22ae9fa0554b05c56efe70c28a280
parentd56e49b5c57ac8831c15b9826e9e3c769bea477e (diff)
downloadATCD-791c2c6ca7d2cfacb511c2cfbf86b3a093363c9a.tar.gz
ChangeLogTag: Thu Apr 29 13:30:43 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/Factory.cpp4
-rw-r--r--TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/Factory_Map.cpp2
-rw-r--r--TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/Factory_Struct.cpp2
-rw-r--r--TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/Simple.cpp2
-rw-r--r--TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/server.cpp2
5 files changed, 6 insertions, 6 deletions
diff --git a/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/Factory.cpp b/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/Factory.cpp
index b6d9b266679..1c0798efa7e 100644
--- a/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/Factory.cpp
+++ b/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/Factory.cpp
@@ -5,7 +5,7 @@
ACE_RCSID (Infrastructure_Controlled,
Factory,
- "$Id$");
+ "$Id$")
Factory::Factory (void)
{
@@ -36,7 +36,7 @@ Factory::create_object (
PortableServer::ServantBase_var safe_servant = servant;
CORBA::ULong tmp_fcid = 0;
- tmp_fcid = this->fcid_;
+ tmp_fcid = this->fcid_;
while (this->factory_map_.find (this->fcid_) == 0)
{
diff --git a/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/Factory_Map.cpp b/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/Factory_Map.cpp
index 3344af5a638..bee419ed7d7 100644
--- a/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/Factory_Map.cpp
+++ b/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/Factory_Map.cpp
@@ -5,7 +5,7 @@
ACE_RCSID (Infrastructure_Controlled,
Factory_Map,
- "$Id$");
+ "$Id$")
#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
diff --git a/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/Factory_Struct.cpp b/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/Factory_Struct.cpp
index 5da5efd898f..c0c75822125 100644
--- a/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/Factory_Struct.cpp
+++ b/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/Factory_Struct.cpp
@@ -2,7 +2,7 @@
ACE_RCSID (Infrastructure_Controlled,
Factory_Struct,
- "$Id$");
+ "$Id$")
#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
diff --git a/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/Simple.cpp b/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/Simple.cpp
index 8b5471467bc..a4de93fd1b0 100644
--- a/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/Simple.cpp
+++ b/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/Simple.cpp
@@ -3,7 +3,7 @@
ACE_RCSID (Infrastructure_Controlled,
Simple,
- "$Id$");
+ "$Id$")
Simple::Simple (void)
diff --git a/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/server.cpp b/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/server.cpp
index 5a8013a05bb..735da982dc4 100644
--- a/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/server.cpp
+++ b/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Infrastructure_Controlled/server.cpp
@@ -4,7 +4,7 @@
ACE_RCSID (Infrastructure_Controlled,
server,
- "$Id$");
+ "$Id$")
int
main (int argc, char *argv[])