summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/Generic_Servant
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/POA/Generic_Servant')
-rw-r--r--TAO/tests/POA/Generic_Servant/POA_Generic_Servant.mpc1
-rw-r--r--TAO/tests/POA/Generic_Servant/client.cpp2
-rw-r--r--TAO/tests/POA/Generic_Servant/generic_servant_export.h1
-rw-r--r--TAO/tests/POA/Generic_Servant/test.idl2
-rw-r--r--TAO/tests/POA/Generic_Servant/test_i.cpp2
5 files changed, 0 insertions, 8 deletions
diff --git a/TAO/tests/POA/Generic_Servant/POA_Generic_Servant.mpc b/TAO/tests/POA/Generic_Servant/POA_Generic_Servant.mpc
index f593bd9fac7..0670ac763a8 100644
--- a/TAO/tests/POA/Generic_Servant/POA_Generic_Servant.mpc
+++ b/TAO/tests/POA/Generic_Servant/POA_Generic_Servant.mpc
@@ -1,4 +1,3 @@
-// $Id$
project(POA_Generic_Servant_Lib): taolib_with_idl, portableserver, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro {
sharedname = Generic_Servant
dynamicflags += GENERIC_SERVANT_BUILD_DLL
diff --git a/TAO/tests/POA/Generic_Servant/client.cpp b/TAO/tests/POA/Generic_Servant/client.cpp
index 2d6f2520451..3ed1ef070f4 100644
--- a/TAO/tests/POA/Generic_Servant/client.cpp
+++ b/TAO/tests/POA/Generic_Servant/client.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "ace/Get_Opt.h"
#include "ace/Argv_Type_Converter.h"
#include "ace/Profile_Timer.h"
diff --git a/TAO/tests/POA/Generic_Servant/generic_servant_export.h b/TAO/tests/POA/Generic_Servant/generic_servant_export.h
index 4cb970ec91a..4cf6f40c6e5 100644
--- a/TAO/tests/POA/Generic_Servant/generic_servant_export.h
+++ b/TAO/tests/POA/Generic_Servant/generic_servant_export.h
@@ -1,6 +1,5 @@
// -*- C++ -*-
-// $Id$
// Definition for Win32 Export directives.
// This file is generated automatically by generate_export_file.pl
// ------------------------------
diff --git a/TAO/tests/POA/Generic_Servant/test.idl b/TAO/tests/POA/Generic_Servant/test.idl
index bab53c761a0..a2e236e0a56 100644
--- a/TAO/tests/POA/Generic_Servant/test.idl
+++ b/TAO/tests/POA/Generic_Servant/test.idl
@@ -1,5 +1,3 @@
-// $Id$
-
interface test
{
void method ();
diff --git a/TAO/tests/POA/Generic_Servant/test_i.cpp b/TAO/tests/POA/Generic_Servant/test_i.cpp
index 2335e268f06..e8c87b99e13 100644
--- a/TAO/tests/POA/Generic_Servant/test_i.cpp
+++ b/TAO/tests/POA/Generic_Servant/test_i.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "test_i.h"
#include "ace/OS_NS_unistd.h"
#include "ace/OS_NS_string.h"