summaryrefslogtreecommitdiff
path: root/TAO/tests/Smart_Proxies
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Smart_Proxies')
-rw-r--r--TAO/tests/Smart_Proxies/Benchmark/SP_Benchmark.mpc2
-rw-r--r--TAO/tests/Smart_Proxies/Benchmark/Smart_Proxy_Impl.cpp2
-rw-r--r--TAO/tests/Smart_Proxies/Benchmark/Smart_Proxy_Impl.h2
-rw-r--r--TAO/tests/Smart_Proxies/Benchmark/test.idl2
-rw-r--r--TAO/tests/Smart_Proxies/Collocation/Coll_Tester.cpp2
-rw-r--r--TAO/tests/Smart_Proxies/Collocation/Coll_Tester.h2
-rw-r--r--TAO/tests/Smart_Proxies/Collocation/Diamond.idl2
-rw-r--r--TAO/tests/Smart_Proxies/Collocation/Diamond_i.cpp2
-rw-r--r--TAO/tests/Smart_Proxies/Collocation/Diamond_i.h2
-rw-r--r--TAO/tests/Smart_Proxies/Collocation/SP_Collocation.mpc2
-rw-r--r--TAO/tests/Smart_Proxies/Collocation/Smart_Proxy_Impl.cpp2
-rw-r--r--TAO/tests/Smart_Proxies/Collocation/Smart_Proxy_Impl.h1
-rw-r--r--TAO/tests/Smart_Proxies/Collocation/diamond_export.h1
-rw-r--r--TAO/tests/Smart_Proxies/Collocation/main.cpp2
-rw-r--r--TAO/tests/Smart_Proxies/Collocation/stub_export.h1
-rw-r--r--TAO/tests/Smart_Proxies/On_Demand/SP_On_Demand.mpc2
-rw-r--r--TAO/tests/Smart_Proxies/On_Demand/Smart_Proxy_Impl.cpp1
-rw-r--r--TAO/tests/Smart_Proxies/On_Demand/Smart_Proxy_Impl.h2
-rw-r--r--TAO/tests/Smart_Proxies/On_Demand/Smart_Test_Factory.h2
-rw-r--r--TAO/tests/Smart_Proxies/On_Demand/test.idl2
-rw-r--r--TAO/tests/Smart_Proxies/Policy/SP_Policy.mpc2
-rw-r--r--TAO/tests/Smart_Proxies/Policy/Smart_Proxy_Impl.cpp2
-rw-r--r--TAO/tests/Smart_Proxies/Policy/Smart_Proxy_Impl.h2
-rw-r--r--TAO/tests/Smart_Proxies/Policy/test.idl2
-rw-r--r--TAO/tests/Smart_Proxies/Smart_Proxies.mpc2
-rw-r--r--TAO/tests/Smart_Proxies/Smart_Proxy_Impl.cpp2
-rw-r--r--TAO/tests/Smart_Proxies/Smart_Proxy_Impl.h2
-rw-r--r--TAO/tests/Smart_Proxies/test.idl2
28 files changed, 0 insertions, 52 deletions
diff --git a/TAO/tests/Smart_Proxies/Benchmark/SP_Benchmark.mpc b/TAO/tests/Smart_Proxies/Benchmark/SP_Benchmark.mpc
index 920c81e7db3..49e5e982882 100644
--- a/TAO/tests/Smart_Proxies/Benchmark/SP_Benchmark.mpc
+++ b/TAO/tests/Smart_Proxies/Benchmark/SP_Benchmark.mpc
@@ -1,6 +1,4 @@
// -*- MPC -*-
-// $Id$
-
project(*idl): taoidldefaults, smart_proxies {
IDL_Files {
test.idl
diff --git a/TAO/tests/Smart_Proxies/Benchmark/Smart_Proxy_Impl.cpp b/TAO/tests/Smart_Proxies/Benchmark/Smart_Proxy_Impl.cpp
index b6accb28b45..9af4c84e1ce 100644
--- a/TAO/tests/Smart_Proxies/Benchmark/Smart_Proxy_Impl.cpp
+++ b/TAO/tests/Smart_Proxies/Benchmark/Smart_Proxy_Impl.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "Smart_Proxy_Impl.h"
Smart_Test_Factory::Smart_Test_Factory (void)
{
diff --git a/TAO/tests/Smart_Proxies/Benchmark/Smart_Proxy_Impl.h b/TAO/tests/Smart_Proxies/Benchmark/Smart_Proxy_Impl.h
index 2ba06e0df97..af205ea5619 100644
--- a/TAO/tests/Smart_Proxies/Benchmark/Smart_Proxy_Impl.h
+++ b/TAO/tests/Smart_Proxies/Benchmark/Smart_Proxy_Impl.h
@@ -1,5 +1,3 @@
-// $Id$
-
#include "testC.h"
class Smart_Test_Factory : public virtual TAO_Test_Default_Proxy_Factory
{
diff --git a/TAO/tests/Smart_Proxies/Benchmark/test.idl b/TAO/tests/Smart_Proxies/Benchmark/test.idl
index 5bcb1fa79dd..5c954463b51 100644
--- a/TAO/tests/Smart_Proxies/Benchmark/test.idl
+++ b/TAO/tests/Smart_Proxies/Benchmark/test.idl
@@ -1,5 +1,3 @@
-// $Id$
-
interface Test
{
// = TITLE
diff --git a/TAO/tests/Smart_Proxies/Collocation/Coll_Tester.cpp b/TAO/tests/Smart_Proxies/Collocation/Coll_Tester.cpp
index e7ddda5bbf0..0cf604ac6c9 100644
--- a/TAO/tests/Smart_Proxies/Collocation/Coll_Tester.cpp
+++ b/TAO/tests/Smart_Proxies/Collocation/Coll_Tester.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
//============================================================================
//
// =FILENAME
diff --git a/TAO/tests/Smart_Proxies/Collocation/Coll_Tester.h b/TAO/tests/Smart_Proxies/Collocation/Coll_Tester.h
index 96366bd6f15..f7b8a7f346e 100644
--- a/TAO/tests/Smart_Proxies/Collocation/Coll_Tester.h
+++ b/TAO/tests/Smart_Proxies/Collocation/Coll_Tester.h
@@ -1,5 +1,3 @@
-// $Id$
-
//============================================================================
//
// =FILENAME
diff --git a/TAO/tests/Smart_Proxies/Collocation/Diamond.idl b/TAO/tests/Smart_Proxies/Collocation/Diamond.idl
index 0e60b25c52c..8b0072e4a90 100644
--- a/TAO/tests/Smart_Proxies/Collocation/Diamond.idl
+++ b/TAO/tests/Smart_Proxies/Collocation/Diamond.idl
@@ -1,5 +1,3 @@
-// $Id$
-
module Diamond
{
interface Top
diff --git a/TAO/tests/Smart_Proxies/Collocation/Diamond_i.cpp b/TAO/tests/Smart_Proxies/Collocation/Diamond_i.cpp
index 0200835d0a8..76500e00431 100644
--- a/TAO/tests/Smart_Proxies/Collocation/Diamond_i.cpp
+++ b/TAO/tests/Smart_Proxies/Collocation/Diamond_i.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "Diamond_i.h"
Top_i::Top_i ()
diff --git a/TAO/tests/Smart_Proxies/Collocation/Diamond_i.h b/TAO/tests/Smart_Proxies/Collocation/Diamond_i.h
index 9896ece35c6..354ae97d32b 100644
--- a/TAO/tests/Smart_Proxies/Collocation/Diamond_i.h
+++ b/TAO/tests/Smart_Proxies/Collocation/Diamond_i.h
@@ -1,5 +1,3 @@
-// $Id$
-
#if !defined (TAO_DIAMOND_I_H)
#define TAO_DIAMOND_I_H
diff --git a/TAO/tests/Smart_Proxies/Collocation/SP_Collocation.mpc b/TAO/tests/Smart_Proxies/Collocation/SP_Collocation.mpc
index 765052118d0..181d2678d73 100644
--- a/TAO/tests/Smart_Proxies/Collocation/SP_Collocation.mpc
+++ b/TAO/tests/Smart_Proxies/Collocation/SP_Collocation.mpc
@@ -1,6 +1,4 @@
// -*- MPC -*-
-// $Id$
-
project(*idl): taoidldefaults, smart_proxies {
idlflags += -Wb,stub_export_macro=MY_Stub_Export -Wb,stub_export_include=stub_export.h -Wb,skel_export_macro=Diamond_Export -Wb,skel_export_include=diamond_export.h -Gd
diff --git a/TAO/tests/Smart_Proxies/Collocation/Smart_Proxy_Impl.cpp b/TAO/tests/Smart_Proxies/Collocation/Smart_Proxy_Impl.cpp
index fc629e39647..bcda296ad7f 100644
--- a/TAO/tests/Smart_Proxies/Collocation/Smart_Proxy_Impl.cpp
+++ b/TAO/tests/Smart_Proxies/Collocation/Smart_Proxy_Impl.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "Smart_Proxy_Impl.h"
#include "ace/OS_NS_string.h"
diff --git a/TAO/tests/Smart_Proxies/Collocation/Smart_Proxy_Impl.h b/TAO/tests/Smart_Proxies/Collocation/Smart_Proxy_Impl.h
index 539b46165a7..1dd3fc82864 100644
--- a/TAO/tests/Smart_Proxies/Collocation/Smart_Proxy_Impl.h
+++ b/TAO/tests/Smart_Proxies/Collocation/Smart_Proxy_Impl.h
@@ -1,4 +1,3 @@
-// $Id$
//
#ifndef SMART_PROXY_IMPL_H
#define SMART_PROXY_IMPL_H
diff --git a/TAO/tests/Smart_Proxies/Collocation/diamond_export.h b/TAO/tests/Smart_Proxies/Collocation/diamond_export.h
index fff24d8a0e5..78ba933286c 100644
--- a/TAO/tests/Smart_Proxies/Collocation/diamond_export.h
+++ b/TAO/tests/Smart_Proxies/Collocation/diamond_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/Smart_Proxies/Collocation/main.cpp b/TAO/tests/Smart_Proxies/Collocation/main.cpp
index d5eceaf8341..11c916abe48 100644
--- a/TAO/tests/Smart_Proxies/Collocation/main.cpp
+++ b/TAO/tests/Smart_Proxies/Collocation/main.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "Coll_Tester.h"
#include "tao/Strategies/advanced_resource.h"
diff --git a/TAO/tests/Smart_Proxies/Collocation/stub_export.h b/TAO/tests/Smart_Proxies/Collocation/stub_export.h
index 2242f4a184e..ca0093d192c 100644
--- a/TAO/tests/Smart_Proxies/Collocation/stub_export.h
+++ b/TAO/tests/Smart_Proxies/Collocation/stub_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/Smart_Proxies/On_Demand/SP_On_Demand.mpc b/TAO/tests/Smart_Proxies/On_Demand/SP_On_Demand.mpc
index d9f66a381ff..b60757cf94f 100644
--- a/TAO/tests/Smart_Proxies/On_Demand/SP_On_Demand.mpc
+++ b/TAO/tests/Smart_Proxies/On_Demand/SP_On_Demand.mpc
@@ -1,6 +1,4 @@
// -*- MPC -*-
-// $Id$
-
project(*idl): taoidldefaults, smart_proxies {
IDL_Files {
test.idl
diff --git a/TAO/tests/Smart_Proxies/On_Demand/Smart_Proxy_Impl.cpp b/TAO/tests/Smart_Proxies/On_Demand/Smart_Proxy_Impl.cpp
index 245458f38a4..689bdf84d5b 100644
--- a/TAO/tests/Smart_Proxies/On_Demand/Smart_Proxy_Impl.cpp
+++ b/TAO/tests/Smart_Proxies/On_Demand/Smart_Proxy_Impl.cpp
@@ -1,4 +1,3 @@
-// $Id$
#include "Smart_Proxy_Impl.h"
Smart_Test_Proxy::Smart_Test_Proxy (Test_ptr proxy)
diff --git a/TAO/tests/Smart_Proxies/On_Demand/Smart_Proxy_Impl.h b/TAO/tests/Smart_Proxies/On_Demand/Smart_Proxy_Impl.h
index 289adfea298..ab6e3d51dcd 100644
--- a/TAO/tests/Smart_Proxies/On_Demand/Smart_Proxy_Impl.h
+++ b/TAO/tests/Smart_Proxies/On_Demand/Smart_Proxy_Impl.h
@@ -1,5 +1,3 @@
-// $Id$
-
#include "testC.h"
class Smart_Test_Proxy : public virtual TAO_Test_Smart_Proxy_Base
diff --git a/TAO/tests/Smart_Proxies/On_Demand/Smart_Test_Factory.h b/TAO/tests/Smart_Proxies/On_Demand/Smart_Test_Factory.h
index 21f7cef8bef..c982fedccc3 100644
--- a/TAO/tests/Smart_Proxies/On_Demand/Smart_Test_Factory.h
+++ b/TAO/tests/Smart_Proxies/On_Demand/Smart_Test_Factory.h
@@ -1,5 +1,3 @@
-// $Id$
-
#include "Smart_Proxy_Impl.h"
#include "ace/Service_Object.h"
#include "ace/svc_export.h"
diff --git a/TAO/tests/Smart_Proxies/On_Demand/test.idl b/TAO/tests/Smart_Proxies/On_Demand/test.idl
index 0f8886ac634..350c9ce76b9 100644
--- a/TAO/tests/Smart_Proxies/On_Demand/test.idl
+++ b/TAO/tests/Smart_Proxies/On_Demand/test.idl
@@ -1,5 +1,3 @@
-// $Id$
-
interface Test
{
// = TITLE
diff --git a/TAO/tests/Smart_Proxies/Policy/SP_Policy.mpc b/TAO/tests/Smart_Proxies/Policy/SP_Policy.mpc
index 920c81e7db3..49e5e982882 100644
--- a/TAO/tests/Smart_Proxies/Policy/SP_Policy.mpc
+++ b/TAO/tests/Smart_Proxies/Policy/SP_Policy.mpc
@@ -1,6 +1,4 @@
// -*- MPC -*-
-// $Id$
-
project(*idl): taoidldefaults, smart_proxies {
IDL_Files {
test.idl
diff --git a/TAO/tests/Smart_Proxies/Policy/Smart_Proxy_Impl.cpp b/TAO/tests/Smart_Proxies/Policy/Smart_Proxy_Impl.cpp
index 3edc23f2103..4eb3378faa4 100644
--- a/TAO/tests/Smart_Proxies/Policy/Smart_Proxy_Impl.cpp
+++ b/TAO/tests/Smart_Proxies/Policy/Smart_Proxy_Impl.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "Smart_Proxy_Impl.h"
Smart_Test_Factory::Smart_Test_Factory (int one_shot_factory)
diff --git a/TAO/tests/Smart_Proxies/Policy/Smart_Proxy_Impl.h b/TAO/tests/Smart_Proxies/Policy/Smart_Proxy_Impl.h
index ba291b7d2b4..2f64d451b43 100644
--- a/TAO/tests/Smart_Proxies/Policy/Smart_Proxy_Impl.h
+++ b/TAO/tests/Smart_Proxies/Policy/Smart_Proxy_Impl.h
@@ -1,5 +1,3 @@
-// $Id$
-
#include "testC.h"
class Smart_Test_Factory : public virtual TAO_Test_Default_Proxy_Factory
diff --git a/TAO/tests/Smart_Proxies/Policy/test.idl b/TAO/tests/Smart_Proxies/Policy/test.idl
index 6d98cb1223c..91045954780 100644
--- a/TAO/tests/Smart_Proxies/Policy/test.idl
+++ b/TAO/tests/Smart_Proxies/Policy/test.idl
@@ -1,5 +1,3 @@
-// $Id$
-
interface Test
{
// = TITLE
diff --git a/TAO/tests/Smart_Proxies/Smart_Proxies.mpc b/TAO/tests/Smart_Proxies/Smart_Proxies.mpc
index 2529b667c8d..370cf25e13e 100644
--- a/TAO/tests/Smart_Proxies/Smart_Proxies.mpc
+++ b/TAO/tests/Smart_Proxies/Smart_Proxies.mpc
@@ -1,6 +1,4 @@
// -*- MPC -*-
-// $Id$
-
project(*idl): taoidldefaults, smart_proxies {
IDL_Files {
test.idl
diff --git a/TAO/tests/Smart_Proxies/Smart_Proxy_Impl.cpp b/TAO/tests/Smart_Proxies/Smart_Proxy_Impl.cpp
index 36e3158ea0f..479385bf9da 100644
--- a/TAO/tests/Smart_Proxies/Smart_Proxy_Impl.cpp
+++ b/TAO/tests/Smart_Proxies/Smart_Proxy_Impl.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "Smart_Proxy_Impl.h"
ACE_CString Smart_Test_Proxy::fake_ior_ ("This_is_my_fake_ior");
diff --git a/TAO/tests/Smart_Proxies/Smart_Proxy_Impl.h b/TAO/tests/Smart_Proxies/Smart_Proxy_Impl.h
index 4000212331e..6059b92b107 100644
--- a/TAO/tests/Smart_Proxies/Smart_Proxy_Impl.h
+++ b/TAO/tests/Smart_Proxies/Smart_Proxy_Impl.h
@@ -1,5 +1,3 @@
-// $Id$
-
#include "testC.h"
#include "ace/SString.h"
diff --git a/TAO/tests/Smart_Proxies/test.idl b/TAO/tests/Smart_Proxies/test.idl
index 6d98cb1223c..91045954780 100644
--- a/TAO/tests/Smart_Proxies/test.idl
+++ b/TAO/tests/Smart_Proxies/test.idl
@@ -1,5 +1,3 @@
-// $Id$
-
interface Test
{
// = TITLE