summaryrefslogtreecommitdiff
path: root/TAO/tests/Big_Oneways
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 16:08:29 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 16:08:29 +0100
commite1c9cd39aa8c1b7f8a1749d2a22b451d114bb0e3 (patch)
tree37ea82f53f30e6695a191472935870855d22e798 /TAO/tests/Big_Oneways
parent81436456e81e30d4744982734a14145e54faf3aa (diff)
downloadATCD-e1c9cd39aa8c1b7f8a1749d2a22b451d114bb0e3.tar.gz
Removed a lot of old Id tags
Diffstat (limited to 'TAO/tests/Big_Oneways')
-rw-r--r--TAO/tests/Big_Oneways/Coordinator.cpp3
-rw-r--r--TAO/tests/Big_Oneways/Coordinator.h3
-rw-r--r--TAO/tests/Big_Oneways/Peer.cpp3
-rw-r--r--TAO/tests/Big_Oneways/Peer.h3
-rw-r--r--TAO/tests/Big_Oneways/Session.cpp3
-rw-r--r--TAO/tests/Big_Oneways/Session_Control.cpp3
-rw-r--r--TAO/tests/Big_Oneways/Session_Control.h3
-rw-r--r--TAO/tests/Big_Oneways/Session_Task.cpp3
-rw-r--r--TAO/tests/Big_Oneways/Session_Task.h3
-rw-r--r--TAO/tests/Big_Oneways/Test.idl3
10 files changed, 0 insertions, 30 deletions
diff --git a/TAO/tests/Big_Oneways/Coordinator.cpp b/TAO/tests/Big_Oneways/Coordinator.cpp
index 7447f0b25a5..3947b758e4c 100644
--- a/TAO/tests/Big_Oneways/Coordinator.cpp
+++ b/TAO/tests/Big_Oneways/Coordinator.cpp
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#include "Coordinator.h"
Coordinator::Coordinator (CORBA::ULong peer_count)
diff --git a/TAO/tests/Big_Oneways/Coordinator.h b/TAO/tests/Big_Oneways/Coordinator.h
index 1f1c19bf448..04c4f1fbd32 100644
--- a/TAO/tests/Big_Oneways/Coordinator.h
+++ b/TAO/tests/Big_Oneways/Coordinator.h
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#ifndef BIG_ONEWAYS_COORDINATOR_H
#define BIG_ONEWAYS_COORDINATOR_H
diff --git a/TAO/tests/Big_Oneways/Peer.cpp b/TAO/tests/Big_Oneways/Peer.cpp
index b5bdeb94a7b..64b68b46bab 100644
--- a/TAO/tests/Big_Oneways/Peer.cpp
+++ b/TAO/tests/Big_Oneways/Peer.cpp
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#include "Peer.h"
#include "Session.h"
diff --git a/TAO/tests/Big_Oneways/Peer.h b/TAO/tests/Big_Oneways/Peer.h
index c1c2777cbc4..9188396fcce 100644
--- a/TAO/tests/Big_Oneways/Peer.h
+++ b/TAO/tests/Big_Oneways/Peer.h
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#ifndef BIG_ONEWAYS_PEER_H
#define BIG_ONEWAYS_PEER_H
diff --git a/TAO/tests/Big_Oneways/Session.cpp b/TAO/tests/Big_Oneways/Session.cpp
index b4780b4bd54..5d22fa39b08 100644
--- a/TAO/tests/Big_Oneways/Session.cpp
+++ b/TAO/tests/Big_Oneways/Session.cpp
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#include "Session.h"
#include "tao/debug.h"
diff --git a/TAO/tests/Big_Oneways/Session_Control.cpp b/TAO/tests/Big_Oneways/Session_Control.cpp
index 0ed54fbf36b..cacbbd889db 100644
--- a/TAO/tests/Big_Oneways/Session_Control.cpp
+++ b/TAO/tests/Big_Oneways/Session_Control.cpp
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#include "Session_Control.h"
Session_Control::Session_Control (CORBA::ULong session_count)
diff --git a/TAO/tests/Big_Oneways/Session_Control.h b/TAO/tests/Big_Oneways/Session_Control.h
index 96a6d734e72..edb4799cc78 100644
--- a/TAO/tests/Big_Oneways/Session_Control.h
+++ b/TAO/tests/Big_Oneways/Session_Control.h
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#ifndef BIG_ONEWAYS_SESSION_CONTROL_H
#define BIG_ONEWAYS_SESSION_CONTROL_H
diff --git a/TAO/tests/Big_Oneways/Session_Task.cpp b/TAO/tests/Big_Oneways/Session_Task.cpp
index 8c4a1efcb43..d457a3b146a 100644
--- a/TAO/tests/Big_Oneways/Session_Task.cpp
+++ b/TAO/tests/Big_Oneways/Session_Task.cpp
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#include "Session_Task.h"
#include "Session.h"
diff --git a/TAO/tests/Big_Oneways/Session_Task.h b/TAO/tests/Big_Oneways/Session_Task.h
index 6f73ee069b0..a2b151ece63 100644
--- a/TAO/tests/Big_Oneways/Session_Task.h
+++ b/TAO/tests/Big_Oneways/Session_Task.h
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#ifndef BIG_ONEWAYS_SESSION_TASK_H
#define BIG_ONEWAYS_SESSION_TASK_H
diff --git a/TAO/tests/Big_Oneways/Test.idl b/TAO/tests/Big_Oneways/Test.idl
index 60065cf85fc..165def1a823 100644
--- a/TAO/tests/Big_Oneways/Test.idl
+++ b/TAO/tests/Big_Oneways/Test.idl
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
module Test
{