summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsmcqueen <smcqueen@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-08-03 11:12:02 +0000
committersmcqueen <smcqueen@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-08-03 11:12:02 +0000
commit09bd751c6bbc8893e22d26c2fca89f4ad2ba0e48 (patch)
tree6e971c87e65a66327f15048554ae5a66c06b8ce1
parentb37df27dc78cc886355716b0c6b1337180a1d135 (diff)
downloadATCD-09bd751c6bbc8893e22d26c2fca89f4ad2ba0e48.tar.gz
Experimenting with Id tags
-rw-r--r--TAO/orbsvcs/tests/Bug_2615_Regression/Hello.cpp4
-rw-r--r--TAO/orbsvcs/tests/Bug_2615_Regression/Hello.h2
-rw-r--r--TAO/orbsvcs/tests/Bug_2615_Regression/ServerORBInitializer2.cpp2
-rw-r--r--TAO/orbsvcs/tests/Bug_2615_Regression/ServerORBInitializer2.h2
-rw-r--r--TAO/orbsvcs/tests/Bug_2615_Regression/ServerRequest_Interceptor2.cpp2
-rw-r--r--TAO/orbsvcs/tests/Bug_2615_Regression/ServerRequest_Interceptor2.h4
-rw-r--r--TAO/orbsvcs/tests/Bug_2615_Regression/Test.idl2
-rw-r--r--TAO/orbsvcs/tests/Bug_2615_Regression/client.cpp4
-rw-r--r--TAO/orbsvcs/tests/Bug_2615_Regression/server.cpp4
9 files changed, 13 insertions, 13 deletions
diff --git a/TAO/orbsvcs/tests/Bug_2615_Regression/Hello.cpp b/TAO/orbsvcs/tests/Bug_2615_Regression/Hello.cpp
index 805e10d5d49..3b6c7e8c198 100644
--- a/TAO/orbsvcs/tests/Bug_2615_Regression/Hello.cpp
+++ b/TAO/orbsvcs/tests/Bug_2615_Regression/Hello.cpp
@@ -1,11 +1,11 @@
//
-// $Id: Hello.cpp,v 1.1 2006/07/26 12:54:06 sm Exp $
+// $Id:$
//
#include "ServerRequest_Interceptor2.h"
#include "Hello.h"
-ACE_RCSID(Hello, Hello, "$Id: Hello.cpp,v 1.1 2006/07/26 12:54:06 sm Exp $")
+ACE_RCSID(Hello, Hello, "$Id:$")
Hello::Hello (CORBA::ORB_ptr orb, Test::Hello_ptr, CORBA::ULong)
: orb_ (CORBA::ORB::_duplicate (orb))
diff --git a/TAO/orbsvcs/tests/Bug_2615_Regression/Hello.h b/TAO/orbsvcs/tests/Bug_2615_Regression/Hello.h
index ceca3785f1b..1a727f349b3 100644
--- a/TAO/orbsvcs/tests/Bug_2615_Regression/Hello.h
+++ b/TAO/orbsvcs/tests/Bug_2615_Regression/Hello.h
@@ -1,5 +1,5 @@
//
-// $Id: Hello.h,v 1.1 2006/07/26 12:54:06 sm Exp $
+// $Id:$
//
#ifndef HELLO_H
diff --git a/TAO/orbsvcs/tests/Bug_2615_Regression/ServerORBInitializer2.cpp b/TAO/orbsvcs/tests/Bug_2615_Regression/ServerORBInitializer2.cpp
index a3f6ad8ae7b..68edd05b626 100644
--- a/TAO/orbsvcs/tests/Bug_2615_Regression/ServerORBInitializer2.cpp
+++ b/TAO/orbsvcs/tests/Bug_2615_Regression/ServerORBInitializer2.cpp
@@ -1,6 +1,6 @@
// -*- C++ -*-
//
-// $Id: ServerORBInitializer2.cpp,v 1.1 2006/07/26 12:54:06 sm Exp $
+// $Id:$
#include "ServerORBInitializer2.h"
#include "ServerRequest_Interceptor2.h"
diff --git a/TAO/orbsvcs/tests/Bug_2615_Regression/ServerORBInitializer2.h b/TAO/orbsvcs/tests/Bug_2615_Regression/ServerORBInitializer2.h
index 1b99e5ed81b..90bd8587360 100644
--- a/TAO/orbsvcs/tests/Bug_2615_Regression/ServerORBInitializer2.h
+++ b/TAO/orbsvcs/tests/Bug_2615_Regression/ServerORBInitializer2.h
@@ -2,7 +2,7 @@
//=============================================================================
/**
- * $Id: ServerORBInitializer2.h,v 1.1 2006/07/26 12:54:06 sm Exp $
+ * $Id:$
*/
//=============================================================================
#ifndef TAO249_SERVER_ORBINITIALIZER2_H
diff --git a/TAO/orbsvcs/tests/Bug_2615_Regression/ServerRequest_Interceptor2.cpp b/TAO/orbsvcs/tests/Bug_2615_Regression/ServerRequest_Interceptor2.cpp
index fa4b35acb0e..a8f8d2db0ce 100644
--- a/TAO/orbsvcs/tests/Bug_2615_Regression/ServerRequest_Interceptor2.cpp
+++ b/TAO/orbsvcs/tests/Bug_2615_Regression/ServerRequest_Interceptor2.cpp
@@ -17,7 +17,7 @@
ACE_RCSID (FaultTolerance,
ServerRequest_Interceptor2,
- "$Id: ServerRequest_Interceptor2.cpp,v 1.1 2006/07/26 12:54:06 sm Exp $")
+ "$Id:$")
CORBA::Boolean
ServerRequest_Interceptor2::has_ft_request_sc_ = false;
diff --git a/TAO/orbsvcs/tests/Bug_2615_Regression/ServerRequest_Interceptor2.h b/TAO/orbsvcs/tests/Bug_2615_Regression/ServerRequest_Interceptor2.h
index c0b4071a063..97c6bbe8504 100644
--- a/TAO/orbsvcs/tests/Bug_2615_Regression/ServerRequest_Interceptor2.h
+++ b/TAO/orbsvcs/tests/Bug_2615_Regression/ServerRequest_Interceptor2.h
@@ -2,7 +2,7 @@
//=============================================================================
/**
- * $Id: ServerRequest_Interceptor2.h,v 1.1 2006/07/26 12:54:06 sm Exp $
+ * $Id:$
*/
//=============================================================================
@@ -21,7 +21,7 @@
#include "tao/PI_Server/PI_Server.h"
/**
-* $Id: ServerRequest_Interceptor2.h,v 1.1 2006/07/26 12:54:06 sm Exp $
+* $Id:$
*/
class ServerRequest_Interceptor2
: public virtual PortableInterceptor::ServerRequestInterceptor,
diff --git a/TAO/orbsvcs/tests/Bug_2615_Regression/Test.idl b/TAO/orbsvcs/tests/Bug_2615_Regression/Test.idl
index 349a85259b6..92a78c01426 100644
--- a/TAO/orbsvcs/tests/Bug_2615_Regression/Test.idl
+++ b/TAO/orbsvcs/tests/Bug_2615_Regression/Test.idl
@@ -1,5 +1,5 @@
//
-// $Id: Test.idl,v 1.1 2006/07/26 12:54:06 sm Exp $
+// $Id:$
//
/// Put the interfaces in a module, to avoid global namespace pollution
diff --git a/TAO/orbsvcs/tests/Bug_2615_Regression/client.cpp b/TAO/orbsvcs/tests/Bug_2615_Regression/client.cpp
index ff096ab02e2..7b930525b73 100644
--- a/TAO/orbsvcs/tests/Bug_2615_Regression/client.cpp
+++ b/TAO/orbsvcs/tests/Bug_2615_Regression/client.cpp
@@ -1,11 +1,11 @@
-// $Id: client.cpp,v 1.1 2006/07/26 12:54:06 sm Exp $
+// $Id:$
#include "TestS.h"
#include "ace/Get_Opt.h"
#include "orbsvcs/FaultTolerance/FT_ClientService_Activate.h"
#include "Hello.h"
-ACE_RCSID(Hello, client, "$Id: client.cpp,v 1.1 2006/07/26 12:54:06 sm Exp $")
+ACE_RCSID(Hello, client, "$Id:$")
const char *ior = "file://ior.ior";
const char *iogr = "file://iogr.ior";
diff --git a/TAO/orbsvcs/tests/Bug_2615_Regression/server.cpp b/TAO/orbsvcs/tests/Bug_2615_Regression/server.cpp
index aed95427025..945322e744f 100644
--- a/TAO/orbsvcs/tests/Bug_2615_Regression/server.cpp
+++ b/TAO/orbsvcs/tests/Bug_2615_Regression/server.cpp
@@ -1,4 +1,4 @@
-// $Id: server.cpp,v 1.1 2006/07/26 12:54:06 sm Exp $
+// $Id:$
#include "ace/Get_Opt.h"
#include "ace/OS_NS_stdio.h"
@@ -13,7 +13,7 @@
ACE_RCSID (Hello,
server,
- "$Id: server.cpp,v 1.1 2006/07/26 12:54:06 sm Exp $")
+ "$Id:$")
const char *ior_output_file = "ior.ior";
const char *iogr_output_file = "iogr.ior";