summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Bug_2287_Regression
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-09-08 19:18:49 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-09-08 19:18:49 +0000
commit6c017eabe7cdd34a02f231ef10420ae8e1a73680 (patch)
treee956da7f38ae70a3d2d02528c1b34368cbdd619b /TAO/orbsvcs/tests/Bug_2287_Regression
parent306a4823a71cdc2b51002d8165a7b7b7c43d813e (diff)
downloadATCD-6c017eabe7cdd34a02f231ef10420ae8e1a73680.tar.gz
Zapped RCSID
Diffstat (limited to 'TAO/orbsvcs/tests/Bug_2287_Regression')
-rw-r--r--TAO/orbsvcs/tests/Bug_2287_Regression/ServerRequest_Interceptor2.cpp5
-rw-r--r--TAO/orbsvcs/tests/Bug_2287_Regression/server.cpp4
2 files changed, 1 insertions, 8 deletions
diff --git a/TAO/orbsvcs/tests/Bug_2287_Regression/ServerRequest_Interceptor2.cpp b/TAO/orbsvcs/tests/Bug_2287_Regression/ServerRequest_Interceptor2.cpp
index d009ae9a5ab..eacb684044c 100644
--- a/TAO/orbsvcs/tests/Bug_2287_Regression/ServerRequest_Interceptor2.cpp
+++ b/TAO/orbsvcs/tests/Bug_2287_Regression/ServerRequest_Interceptor2.cpp
@@ -1,4 +1,5 @@
// -*- C++ -*-
+// $Id$
#include "ServerRequest_Interceptor2.h"
#include "orbsvcs/FT_CORBA_ORBC.h"
@@ -15,10 +16,6 @@
#include "ace/OS_NS_sys_time.h"
#include "tao/PI/PIForwardRequestC.h"
-ACE_RCSID (FaultTolerance,
- TAO249_ServerRequest_Interceptor2,
- "$Id$")
-
TAO249_ServerRequest_Interceptor2::TAO249_ServerRequest_Interceptor2 (void)
: orb_ (0),
expired_ (0)
diff --git a/TAO/orbsvcs/tests/Bug_2287_Regression/server.cpp b/TAO/orbsvcs/tests/Bug_2287_Regression/server.cpp
index 6b6bf38037b..c99cccd2b1e 100644
--- a/TAO/orbsvcs/tests/Bug_2287_Regression/server.cpp
+++ b/TAO/orbsvcs/tests/Bug_2287_Regression/server.cpp
@@ -13,10 +13,6 @@
// Make sure this file is included to avoid permanent forward problems in win32.
#include "orbsvcs/FaultTolerance/FT_ClientService_Activate.h"
-ACE_RCSID (Hello,
- server,
- "$Id$")
-
const ACE_TCHAR *ior_output_file = ACE_TEXT("test.ior");
TAO_IOP::TAO_IOR_Manipulation_var iorm = 0;