summaryrefslogtreecommitdiff
path: root/TAO/tests/DSI_Gateway
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-09-08 14:42:59 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-09-08 14:42:59 +0000
commita25e8c318be8497d094944f110e858d24bb6678e (patch)
tree1b7de323324d7e603a2ef1843bbf93803d48b826 /TAO/tests/DSI_Gateway
parent76a768ec1c77d871b8908d65cc72e205c3de26cc (diff)
downloadATCD-a25e8c318be8497d094944f110e858d24bb6678e.tar.gz
Wed Sep 8 13:14:03 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* *.cpp: Removed RCS_ID
Diffstat (limited to 'TAO/tests/DSI_Gateway')
-rw-r--r--TAO/tests/DSI_Gateway/client.cpp2
-rw-r--r--TAO/tests/DSI_Gateway/gateway.cpp2
-rw-r--r--TAO/tests/DSI_Gateway/server.cpp2
-rw-r--r--TAO/tests/DSI_Gateway/test_dsi.cpp2
-rw-r--r--TAO/tests/DSI_Gateway/test_i.cpp2
5 files changed, 0 insertions, 10 deletions
diff --git a/TAO/tests/DSI_Gateway/client.cpp b/TAO/tests/DSI_Gateway/client.cpp
index 066fe3dd849..207e661589e 100644
--- a/TAO/tests/DSI_Gateway/client.cpp
+++ b/TAO/tests/DSI_Gateway/client.cpp
@@ -5,8 +5,6 @@
#include "ace/Get_Opt.h"
#include "ace/Task.h"
-ACE_RCSID(DSI_Gateway, client, "$Id$")
-
const ACE_TCHAR *ior = ACE_TEXT("file://gateway.ior");
int niterations = 5;
int do_shutdown = 0;
diff --git a/TAO/tests/DSI_Gateway/gateway.cpp b/TAO/tests/DSI_Gateway/gateway.cpp
index 59f599ff015..95dec063311 100644
--- a/TAO/tests/DSI_Gateway/gateway.cpp
+++ b/TAO/tests/DSI_Gateway/gateway.cpp
@@ -4,8 +4,6 @@
#include "ace/Get_Opt.h"
#include "ace/Task.h"
-ACE_RCSID(DSI_Gateway, server, "$Id$")
-
const ACE_TCHAR *ior = ACE_TEXT("file://test.ior");
int niterations = 5;
int do_shutdown = 0;
diff --git a/TAO/tests/DSI_Gateway/server.cpp b/TAO/tests/DSI_Gateway/server.cpp
index 9ca30d840a2..e3a54faf97f 100644
--- a/TAO/tests/DSI_Gateway/server.cpp
+++ b/TAO/tests/DSI_Gateway/server.cpp
@@ -4,8 +4,6 @@
#include "ace/Get_Opt.h"
#include "ace/Task.h"
-ACE_RCSID(DSI_Gateway, server, "$Id$")
-
const ACE_TCHAR *ior_output_file = ACE_TEXT("server.ior");
int nthreads = 4;
diff --git a/TAO/tests/DSI_Gateway/test_dsi.cpp b/TAO/tests/DSI_Gateway/test_dsi.cpp
index 39c6e6ded6e..59b695330f6 100644
--- a/TAO/tests/DSI_Gateway/test_dsi.cpp
+++ b/TAO/tests/DSI_Gateway/test_dsi.cpp
@@ -8,8 +8,6 @@
#include "test_dsi.inl"
#endif /* __ACE_INLINE__ */
-ACE_RCSID(DSI_Gateway, test_dsi, "$Id$")
-
void
DSI_Simple_Server::invoke (CORBA::ServerRequest_ptr request)
{
diff --git a/TAO/tests/DSI_Gateway/test_i.cpp b/TAO/tests/DSI_Gateway/test_i.cpp
index 550fc830999..34ec0538137 100644
--- a/TAO/tests/DSI_Gateway/test_i.cpp
+++ b/TAO/tests/DSI_Gateway/test_i.cpp
@@ -7,8 +7,6 @@
#include "test_i.inl"
#endif /* __ACE_INLINE__ */
-ACE_RCSID(DSI_Gateway, test_i, "$Id$")
-
CORBA::Long
Simple_Server_i::test_method (CORBA::Long x,
const Structure& the_in_structure,