summaryrefslogtreecommitdiff
path: root/TAO/tests/DLL_ORB
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/DLL_ORB')
-rw-r--r--TAO/tests/DLL_ORB/DLL_ORB.mpc2
-rw-r--r--TAO/tests/DLL_ORB/Test_Client_Module.cpp2
-rw-r--r--TAO/tests/DLL_ORB/Test_Client_Module_Export.h1
-rw-r--r--TAO/tests/DLL_ORB/Test_Server_Module.cpp2
-rw-r--r--TAO/tests/DLL_ORB/Test_Server_Module_Export.h1
-rw-r--r--TAO/tests/DLL_ORB/Test_i.cpp2
6 files changed, 0 insertions, 10 deletions
diff --git a/TAO/tests/DLL_ORB/DLL_ORB.mpc b/TAO/tests/DLL_ORB/DLL_ORB.mpc
index fd5b6235a85..5c2f8dba9f6 100644
--- a/TAO/tests/DLL_ORB/DLL_ORB.mpc
+++ b/TAO/tests/DLL_ORB/DLL_ORB.mpc
@@ -1,6 +1,4 @@
// -*- MPC -*-
-// $Id$
-
project (*idl): taoidldefaults {
IDL_Files {
Test.idl
diff --git a/TAO/tests/DLL_ORB/Test_Client_Module.cpp b/TAO/tests/DLL_ORB/Test_Client_Module.cpp
index 83f4d56e852..8d54d570503 100644
--- a/TAO/tests/DLL_ORB/Test_Client_Module.cpp
+++ b/TAO/tests/DLL_ORB/Test_Client_Module.cpp
@@ -1,6 +1,4 @@
// -*- C++ -*-
-// $Id$
-
#include "Test_Client_Module.h"
#include "tao/TAO_Singleton_Manager.h"
#include "tao/StringSeqC.h"
diff --git a/TAO/tests/DLL_ORB/Test_Client_Module_Export.h b/TAO/tests/DLL_ORB/Test_Client_Module_Export.h
index 5e53f353d4e..17560a5fa31 100644
--- a/TAO/tests/DLL_ORB/Test_Client_Module_Export.h
+++ b/TAO/tests/DLL_ORB/Test_Client_Module_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/DLL_ORB/Test_Server_Module.cpp b/TAO/tests/DLL_ORB/Test_Server_Module.cpp
index 6f6702697e3..260efda2744 100644
--- a/TAO/tests/DLL_ORB/Test_Server_Module.cpp
+++ b/TAO/tests/DLL_ORB/Test_Server_Module.cpp
@@ -1,6 +1,4 @@
// -*- C++ -*-
-// $Id$
-
#include "Test_Server_Module.h"
#include "tao/TAO_Singleton_Manager.h"
#include "tao/StringSeqC.h"
diff --git a/TAO/tests/DLL_ORB/Test_Server_Module_Export.h b/TAO/tests/DLL_ORB/Test_Server_Module_Export.h
index 1b3a24f667e..cb6fed9abaf 100644
--- a/TAO/tests/DLL_ORB/Test_Server_Module_Export.h
+++ b/TAO/tests/DLL_ORB/Test_Server_Module_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/DLL_ORB/Test_i.cpp b/TAO/tests/DLL_ORB/Test_i.cpp
index be88b80cb16..88e93855c0d 100644
--- a/TAO/tests/DLL_ORB/Test_i.cpp
+++ b/TAO/tests/DLL_ORB/Test_i.cpp
@@ -1,6 +1,4 @@
// -*- C++ -*-
-// $Id$
-
#include "Test_i.h"
Test_i::Test_i (void)