summaryrefslogtreecommitdiff
path: root/TAO/tests/Smart_Proxies
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-09-08 13:25:56 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-09-08 13:25:56 +0000
commit6da6a5a3ddf69472767335eb14a6dd72003d2544 (patch)
treeb9d9c42760b2fd44f66be3d911ddfbcce06eb3fc /TAO/tests/Smart_Proxies
parent8f97e7ac397b255bb059a5353ab210762b608c27 (diff)
downloadATCD-6da6a5a3ddf69472767335eb14a6dd72003d2544.tar.gz
Wed Sep 8 13:14:03 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* *.cpp: Removed RCS_ID
Diffstat (limited to 'TAO/tests/Smart_Proxies')
-rw-r--r--TAO/tests/Smart_Proxies/Benchmark/client.cpp4
-rw-r--r--TAO/tests/Smart_Proxies/Benchmark/server.cpp2
-rw-r--r--TAO/tests/Smart_Proxies/Collocation/main.cpp2
-rw-r--r--TAO/tests/Smart_Proxies/On_Demand/client.cpp2
-rw-r--r--TAO/tests/Smart_Proxies/On_Demand/server.cpp2
-rw-r--r--TAO/tests/Smart_Proxies/Policy/client.cpp2
-rw-r--r--TAO/tests/Smart_Proxies/Policy/server.cpp2
-rw-r--r--TAO/tests/Smart_Proxies/client.cpp2
-rw-r--r--TAO/tests/Smart_Proxies/server.cpp2
9 files changed, 0 insertions, 20 deletions
diff --git a/TAO/tests/Smart_Proxies/Benchmark/client.cpp b/TAO/tests/Smart_Proxies/Benchmark/client.cpp
index 891debe9049..7c47e77e00a 100644
--- a/TAO/tests/Smart_Proxies/Benchmark/client.cpp
+++ b/TAO/tests/Smart_Proxies/Benchmark/client.cpp
@@ -27,10 +27,6 @@
#include "ace/OS_NS_string.h"
#include "ace/OS_NS_errno.h"
-ACE_RCSID (Benchmark,
- client,
- "$Id$")
-
const ACE_TCHAR *ior = ACE_TEXT("file://test.ior");
int niterations = 5;
int register_smart_proxy = 1;
diff --git a/TAO/tests/Smart_Proxies/Benchmark/server.cpp b/TAO/tests/Smart_Proxies/Benchmark/server.cpp
index 83c30de42f3..2c3d8a3a05d 100644
--- a/TAO/tests/Smart_Proxies/Benchmark/server.cpp
+++ b/TAO/tests/Smart_Proxies/Benchmark/server.cpp
@@ -20,8 +20,6 @@
#include "ace/Get_Opt.h"
#include "ace/OS_NS_string.h"
-ACE_RCSID(Benchmark, server, "$Id$")
-
// The servant
class Test_i : public POA_Test
diff --git a/TAO/tests/Smart_Proxies/Collocation/main.cpp b/TAO/tests/Smart_Proxies/Collocation/main.cpp
index 7955d7a9770..d5eceaf8341 100644
--- a/TAO/tests/Smart_Proxies/Collocation/main.cpp
+++ b/TAO/tests/Smart_Proxies/Collocation/main.cpp
@@ -3,8 +3,6 @@
#include "Coll_Tester.h"
#include "tao/Strategies/advanced_resource.h"
-ACE_RCSID(Collocation, main, "$Id$")
-
int ACE_TMAIN (int argc, ACE_TCHAR *argv[])
{
Collocation_Test coll_test;
diff --git a/TAO/tests/Smart_Proxies/On_Demand/client.cpp b/TAO/tests/Smart_Proxies/On_Demand/client.cpp
index 558dddea467..d546f5d4472 100644
--- a/TAO/tests/Smart_Proxies/On_Demand/client.cpp
+++ b/TAO/tests/Smart_Proxies/On_Demand/client.cpp
@@ -21,8 +21,6 @@
#include "testC.h"
#include "ace/OS_NS_string.h"
-ACE_RCSID(Smart_Proxy, client, "$Id$")
-
const ACE_TCHAR *ior = ACE_TEXT("file://test.ior");
int
diff --git a/TAO/tests/Smart_Proxies/On_Demand/server.cpp b/TAO/tests/Smart_Proxies/On_Demand/server.cpp
index 0ab01611e34..2023eac0ae9 100644
--- a/TAO/tests/Smart_Proxies/On_Demand/server.cpp
+++ b/TAO/tests/Smart_Proxies/On_Demand/server.cpp
@@ -20,8 +20,6 @@
#include "ace/Get_Opt.h"
#include "ace/OS_NS_string.h"
-ACE_RCSID(Smart_Proxy, server, "$Id$")
-
// The servant
class Test_i : public POA_Test
diff --git a/TAO/tests/Smart_Proxies/Policy/client.cpp b/TAO/tests/Smart_Proxies/Policy/client.cpp
index 9bbf62c6333..0388d6bda1c 100644
--- a/TAO/tests/Smart_Proxies/Policy/client.cpp
+++ b/TAO/tests/Smart_Proxies/Policy/client.cpp
@@ -21,8 +21,6 @@
#include "testC.h"
#include "Smart_Proxy_Impl.h"
-ACE_RCSID(Smart_Proxy, client, "$Id$")
-
const ACE_TCHAR *ior1 = ACE_TEXT("file://test1.ior");
const ACE_TCHAR *ior2 = ACE_TEXT("file://test2.ior");
int one_shot_factory = 1;
diff --git a/TAO/tests/Smart_Proxies/Policy/server.cpp b/TAO/tests/Smart_Proxies/Policy/server.cpp
index dd5846f3797..a826d6b8bef 100644
--- a/TAO/tests/Smart_Proxies/Policy/server.cpp
+++ b/TAO/tests/Smart_Proxies/Policy/server.cpp
@@ -20,8 +20,6 @@
#include "ace/Get_Opt.h"
#include "ace/OS_NS_string.h"
-ACE_RCSID(Smart_Proxy, server, "$Id$")
-
// The servant
class Test_i : public POA_Test
diff --git a/TAO/tests/Smart_Proxies/client.cpp b/TAO/tests/Smart_Proxies/client.cpp
index 621d6fd794f..27d94548e78 100644
--- a/TAO/tests/Smart_Proxies/client.cpp
+++ b/TAO/tests/Smart_Proxies/client.cpp
@@ -22,8 +22,6 @@
#include "ace/OS_NS_string.h"
#include "ace/OS_NS_unistd.h"
-ACE_RCSID(Smart_Proxy, client, "$Id$")
-
const ACE_TCHAR *ior = ACE_TEXT("file://test.ior");
int
diff --git a/TAO/tests/Smart_Proxies/server.cpp b/TAO/tests/Smart_Proxies/server.cpp
index 3b3592d2d23..e280553078b 100644
--- a/TAO/tests/Smart_Proxies/server.cpp
+++ b/TAO/tests/Smart_Proxies/server.cpp
@@ -20,8 +20,6 @@
#include "ace/Get_Opt.h"
#include "ace/OS_NS_string.h"
-ACE_RCSID(Smart_Proxy, server, "$Id$")
-
// The servant
class Test_i : public POA_Test