summaryrefslogtreecommitdiff
path: root/ACE/examples/IOStream
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 16:12:49 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 16:12:49 +0100
commitc88815f2039e7152d735c18650c102df84d9aa36 (patch)
treea703b59c98e6739970c4f3b51396c2284c9ce12b /ACE/examples/IOStream
parent0fbdabcd0a8970712cbbdef06465d061a4ec13c4 (diff)
downloadATCD-c88815f2039e7152d735c18650c102df84d9aa36.tar.gz
Removed single line Id tag
Diffstat (limited to 'ACE/examples/IOStream')
-rw-r--r--ACE/examples/IOStream/client/IOStream_Client.mpc2
-rw-r--r--ACE/examples/IOStream/client/iostream_client.cpp2
-rw-r--r--ACE/examples/IOStream/server/IOStream_Server.mpc2
-rw-r--r--ACE/examples/IOStream/server/iostream_server.cpp2
-rw-r--r--ACE/examples/IOStream/server/iostream_server.h2
5 files changed, 0 insertions, 10 deletions
diff --git a/ACE/examples/IOStream/client/IOStream_Client.mpc b/ACE/examples/IOStream/client/IOStream_Client.mpc
index 0f3b871b355..961fa105c31 100644
--- a/ACE/examples/IOStream/client/IOStream_Client.mpc
+++ b/ACE/examples/IOStream/client/IOStream_Client.mpc
@@ -1,6 +1,4 @@
// -*- MPC -*-
-// $Id$
-
project : aceexe {
exename = iostream_client
}
diff --git a/ACE/examples/IOStream/client/iostream_client.cpp b/ACE/examples/IOStream/client/iostream_client.cpp
index a960d74b782..e454440ed0b 100644
--- a/ACE/examples/IOStream/client/iostream_client.cpp
+++ b/ACE/examples/IOStream/client/iostream_client.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "ace/SOCK_Connector.h"
#include "ace/IOStream.h"
#include "ace/Log_Msg.h"
diff --git a/ACE/examples/IOStream/server/IOStream_Server.mpc b/ACE/examples/IOStream/server/IOStream_Server.mpc
index 6048265757c..aa5a6202270 100644
--- a/ACE/examples/IOStream/server/IOStream_Server.mpc
+++ b/ACE/examples/IOStream/server/IOStream_Server.mpc
@@ -1,6 +1,4 @@
// -*- MPC -*-
-// $Id$
-
project : aceexe {
exename = iostream_server
}
diff --git a/ACE/examples/IOStream/server/iostream_server.cpp b/ACE/examples/IOStream/server/iostream_server.cpp
index b7d2df39a6e..4ef4a6d3026 100644
--- a/ACE/examples/IOStream/server/iostream_server.cpp
+++ b/ACE/examples/IOStream/server/iostream_server.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
// This is a simple example of using the ACE_IOStream and
// ACE_Streambuf_T templates to create an object based on ACE_*_Stream
// classes, which mimic a C++ iostream.
diff --git a/ACE/examples/IOStream/server/iostream_server.h b/ACE/examples/IOStream/server/iostream_server.h
index 2f0dab58085..b17958f45d5 100644
--- a/ACE/examples/IOStream/server/iostream_server.h
+++ b/ACE/examples/IOStream/server/iostream_server.h
@@ -1,5 +1,3 @@
-// $Id$
-
// This file defines the class needed for iostream_server.cpp - it's a separate
// file to satisfy IBM's xlC template instantiation.