summaryrefslogtreecommitdiff
path: root/ACE/protocols/ace/RMCast
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/protocols/ace/RMCast')
-rw-r--r--ACE/protocols/ace/RMCast/Acknowledge.cpp2
-rw-r--r--ACE/protocols/ace/RMCast/Acknowledge.h1
-rw-r--r--ACE/protocols/ace/RMCast/Bits.h1
-rw-r--r--ACE/protocols/ace/RMCast/Flow.cpp2
-rw-r--r--ACE/protocols/ace/RMCast/Flow.h1
-rw-r--r--ACE/protocols/ace/RMCast/Fragment.cpp2
-rw-r--r--ACE/protocols/ace/RMCast/Fragment.h1
-rw-r--r--ACE/protocols/ace/RMCast/Link.cpp2
-rw-r--r--ACE/protocols/ace/RMCast/Link.h1
-rw-r--r--ACE/protocols/ace/RMCast/Parameters.h1
-rw-r--r--ACE/protocols/ace/RMCast/Protocol.cpp2
-rw-r--r--ACE/protocols/ace/RMCast/Protocol.h1
-rw-r--r--ACE/protocols/ace/RMCast/RMCast.mpc2
-rw-r--r--ACE/protocols/ace/RMCast/RMCast_Export.h1
-rw-r--r--ACE/protocols/ace/RMCast/Reassemble.cpp2
-rw-r--r--ACE/protocols/ace/RMCast/Reassemble.h1
-rw-r--r--ACE/protocols/ace/RMCast/Retransmit.cpp2
-rw-r--r--ACE/protocols/ace/RMCast/Retransmit.h2
-rw-r--r--ACE/protocols/ace/RMCast/Simulator.cpp2
-rw-r--r--ACE/protocols/ace/RMCast/Simulator.h1
-rw-r--r--ACE/protocols/ace/RMCast/Socket.cpp2
-rw-r--r--ACE/protocols/ace/RMCast/Socket.h1
-rw-r--r--ACE/protocols/ace/RMCast/Stack.cpp2
-rw-r--r--ACE/protocols/ace/RMCast/Stack.h1
24 files changed, 0 insertions, 36 deletions
diff --git a/ACE/protocols/ace/RMCast/Acknowledge.cpp b/ACE/protocols/ace/RMCast/Acknowledge.cpp
index a39c1cb0648..af72bb9b519 100644
--- a/ACE/protocols/ace/RMCast/Acknowledge.cpp
+++ b/ACE/protocols/ace/RMCast/Acknowledge.cpp
@@ -1,6 +1,4 @@
// author : Boris Kolpackov <boris@kolpackov.net>
-// $Id$
-
#include "ace/Time_Value.h" // ACE_Time_Value
#include "ace/OS_NS_unistd.h"
#include "ace/OS_NS_stdlib.h" // abort
diff --git a/ACE/protocols/ace/RMCast/Acknowledge.h b/ACE/protocols/ace/RMCast/Acknowledge.h
index 799ff7e353b..67487e4a85f 100644
--- a/ACE/protocols/ace/RMCast/Acknowledge.h
+++ b/ACE/protocols/ace/RMCast/Acknowledge.h
@@ -1,4 +1,3 @@
-// $Id$
// author : Boris Kolpackov <boris@kolpackov.net>
#ifndef ACE_RMCAST_ACKNOWLEDGE_H
diff --git a/ACE/protocols/ace/RMCast/Bits.h b/ACE/protocols/ace/RMCast/Bits.h
index 79a0bde104e..3d4f646da8d 100644
--- a/ACE/protocols/ace/RMCast/Bits.h
+++ b/ACE/protocols/ace/RMCast/Bits.h
@@ -1,4 +1,3 @@
-// $Id$
// author : Boris Kolpackov <boris@kolpackov.net>
#ifndef ACE_RMCAST_BITS_H
diff --git a/ACE/protocols/ace/RMCast/Flow.cpp b/ACE/protocols/ace/RMCast/Flow.cpp
index ddb8bf7b661..8fb232dca06 100644
--- a/ACE/protocols/ace/RMCast/Flow.cpp
+++ b/ACE/protocols/ace/RMCast/Flow.cpp
@@ -1,6 +1,4 @@
// author : Boris Kolpackov <boris@kolpackov.net>
-// $Id$
-
#include "Flow.h"
#include "ace/ACE.h"
diff --git a/ACE/protocols/ace/RMCast/Flow.h b/ACE/protocols/ace/RMCast/Flow.h
index c680f37e595..c1d42105adb 100644
--- a/ACE/protocols/ace/RMCast/Flow.h
+++ b/ACE/protocols/ace/RMCast/Flow.h
@@ -1,4 +1,3 @@
-// $Id$
// author : Boris Kolpackov <boris@kolpackov.net>
#ifndef ACE_RMCAST_FLOW_H
diff --git a/ACE/protocols/ace/RMCast/Fragment.cpp b/ACE/protocols/ace/RMCast/Fragment.cpp
index 3bf08f24350..de774d3e1c6 100644
--- a/ACE/protocols/ace/RMCast/Fragment.cpp
+++ b/ACE/protocols/ace/RMCast/Fragment.cpp
@@ -1,6 +1,4 @@
// author : Boris Kolpackov <boris@kolpackov.net>
-// $Id$
-
#include "Fragment.h"
/*
diff --git a/ACE/protocols/ace/RMCast/Fragment.h b/ACE/protocols/ace/RMCast/Fragment.h
index 6362c51bfbb..9e0352b8071 100644
--- a/ACE/protocols/ace/RMCast/Fragment.h
+++ b/ACE/protocols/ace/RMCast/Fragment.h
@@ -1,4 +1,3 @@
-// $Id$
// author : Boris Kolpackov <boris@kolpackov.net>
#ifndef ACE_RMCAST_FRAGMENT_H
diff --git a/ACE/protocols/ace/RMCast/Link.cpp b/ACE/protocols/ace/RMCast/Link.cpp
index e1329ac346a..b2bef9723a8 100644
--- a/ACE/protocols/ace/RMCast/Link.cpp
+++ b/ACE/protocols/ace/RMCast/Link.cpp
@@ -1,6 +1,4 @@
// author : Boris Kolpackov <boris@kolpackov.net>
-// $Id$
-
#include "ace/Time_Value.h" // ACE_Time_Value
#include "ace/OS_NS_stdio.h"
#include "ace/OS_NS_stdlib.h"
diff --git a/ACE/protocols/ace/RMCast/Link.h b/ACE/protocols/ace/RMCast/Link.h
index 35ca7fb2f15..00c77ee3442 100644
--- a/ACE/protocols/ace/RMCast/Link.h
+++ b/ACE/protocols/ace/RMCast/Link.h
@@ -1,4 +1,3 @@
-// $Id$
// author : Boris Kolpackov <boris@kolpackov.net>
#ifndef ACE_RMCAST_LINK_H
diff --git a/ACE/protocols/ace/RMCast/Parameters.h b/ACE/protocols/ace/RMCast/Parameters.h
index 0137979fcf7..bd79e5b6948 100644
--- a/ACE/protocols/ace/RMCast/Parameters.h
+++ b/ACE/protocols/ace/RMCast/Parameters.h
@@ -1,4 +1,3 @@
-// $Id$
// author : Boris Kolpackov <boris@kolpackov.net>
#ifndef ACE_RMCAST_PARAMETERS_H
diff --git a/ACE/protocols/ace/RMCast/Protocol.cpp b/ACE/protocols/ace/RMCast/Protocol.cpp
index 9ae7804d010..464ec1cdcef 100644
--- a/ACE/protocols/ace/RMCast/Protocol.cpp
+++ b/ACE/protocols/ace/RMCast/Protocol.cpp
@@ -1,6 +1,4 @@
// author : Boris Kolpackov <boris@kolpackov.net>
-// $Id$
-
#include "Protocol.h"
namespace ACE_RMCast
diff --git a/ACE/protocols/ace/RMCast/Protocol.h b/ACE/protocols/ace/RMCast/Protocol.h
index e0aa1660b8a..41277b397e4 100644
--- a/ACE/protocols/ace/RMCast/Protocol.h
+++ b/ACE/protocols/ace/RMCast/Protocol.h
@@ -1,4 +1,3 @@
-// $Id$
// author : Boris Kolpackov <boris@kolpackov.net>
#ifndef ACE_RMCAST_PROTOCOL_H
diff --git a/ACE/protocols/ace/RMCast/RMCast.mpc b/ACE/protocols/ace/RMCast/RMCast.mpc
index 67d9309067f..45fee5cf059 100644
--- a/ACE/protocols/ace/RMCast/RMCast.mpc
+++ b/ACE/protocols/ace/RMCast/RMCast.mpc
@@ -1,6 +1,4 @@
// -*- MPC -*-
-// $Id$
-
project(RMCast) : acelib, ace_output, install, threads {
avoids = ace_for_tao
sharedname = ACE_RMCast
diff --git a/ACE/protocols/ace/RMCast/RMCast_Export.h b/ACE/protocols/ace/RMCast/RMCast_Export.h
index 51257c4d682..e056ea7981c 100644
--- a/ACE/protocols/ace/RMCast/RMCast_Export.h
+++ b/ACE/protocols/ace/RMCast/RMCast_Export.h
@@ -1,5 +1,4 @@
// -*- C++ -*-
-// $Id$
// Definition for Win32 Export directives.
// This file is generated automatically by
// generate_export_file.pl
diff --git a/ACE/protocols/ace/RMCast/Reassemble.cpp b/ACE/protocols/ace/RMCast/Reassemble.cpp
index 8b183054f3b..6e9032972aa 100644
--- a/ACE/protocols/ace/RMCast/Reassemble.cpp
+++ b/ACE/protocols/ace/RMCast/Reassemble.cpp
@@ -1,6 +1,4 @@
// author : Boris Kolpackov <boris@kolpackov.net>
-// $Id$
-
#include "Reassemble.h"
#include "ace/OS_NS_stdlib.h"
diff --git a/ACE/protocols/ace/RMCast/Reassemble.h b/ACE/protocols/ace/RMCast/Reassemble.h
index 581a1ecc915..c98284fa2b9 100644
--- a/ACE/protocols/ace/RMCast/Reassemble.h
+++ b/ACE/protocols/ace/RMCast/Reassemble.h
@@ -1,4 +1,3 @@
-// $Id$
// author : Boris Kolpackov <boris@kolpackov.net>
#ifndef ACE_RMCAST_REASSEMBLE_H
diff --git a/ACE/protocols/ace/RMCast/Retransmit.cpp b/ACE/protocols/ace/RMCast/Retransmit.cpp
index 1a570f337fa..c2c682d9878 100644
--- a/ACE/protocols/ace/RMCast/Retransmit.cpp
+++ b/ACE/protocols/ace/RMCast/Retransmit.cpp
@@ -1,6 +1,4 @@
// author : Boris Kolpackov <boris@kolpackov.net>
-// $Id$
-
#include "ace/Time_Value.h" // ACE_Time_Value
#include "ace/OS_NS_stdlib.h" // abort
#include "ace/OS_NS_sys_time.h" // gettimeofday
diff --git a/ACE/protocols/ace/RMCast/Retransmit.h b/ACE/protocols/ace/RMCast/Retransmit.h
index 977f61b4c42..26d418b3db1 100644
--- a/ACE/protocols/ace/RMCast/Retransmit.h
+++ b/ACE/protocols/ace/RMCast/Retransmit.h
@@ -1,6 +1,4 @@
// author : Boris Kolpackov <boris@kolpackov.net>
-// $Id$
-
#ifndef ACE_RMCAST_RETRANSMIT_H
#define ACE_RMCAST_RETRANSMIT_H
diff --git a/ACE/protocols/ace/RMCast/Simulator.cpp b/ACE/protocols/ace/RMCast/Simulator.cpp
index c449821aa95..1c003b6c5ac 100644
--- a/ACE/protocols/ace/RMCast/Simulator.cpp
+++ b/ACE/protocols/ace/RMCast/Simulator.cpp
@@ -1,6 +1,4 @@
// author : Boris Kolpackov <boris@kolpackov.net>
-// $Id$
-
#include "ace/OS_NS_time.h"
#include "Simulator.h"
diff --git a/ACE/protocols/ace/RMCast/Simulator.h b/ACE/protocols/ace/RMCast/Simulator.h
index 0548ae2fa93..d5640997aaa 100644
--- a/ACE/protocols/ace/RMCast/Simulator.h
+++ b/ACE/protocols/ace/RMCast/Simulator.h
@@ -1,4 +1,3 @@
-// $Id$
// author : Boris Kolpackov <boris@kolpackov.net>
#ifndef ACE_RMCAST_SIMULATOR_H
diff --git a/ACE/protocols/ace/RMCast/Socket.cpp b/ACE/protocols/ace/RMCast/Socket.cpp
index b3bd0b2a01c..8158ff4c747 100644
--- a/ACE/protocols/ace/RMCast/Socket.cpp
+++ b/ACE/protocols/ace/RMCast/Socket.cpp
@@ -1,6 +1,4 @@
// author : Boris Kolpackov <boris@kolpackov.net>
-// $Id$
-
#include "ace/OS_Memory.h"
#include "ace/OS_NS_stdio.h"
#include "ace/OS_NS_stdlib.h"
diff --git a/ACE/protocols/ace/RMCast/Socket.h b/ACE/protocols/ace/RMCast/Socket.h
index 261808afe8c..f3df325b367 100644
--- a/ACE/protocols/ace/RMCast/Socket.h
+++ b/ACE/protocols/ace/RMCast/Socket.h
@@ -1,4 +1,3 @@
-// $Id$
// author : Boris Kolpackov <boris@kolpackov.net>
#ifndef ACE_RMCAST_SOCKET_H
diff --git a/ACE/protocols/ace/RMCast/Stack.cpp b/ACE/protocols/ace/RMCast/Stack.cpp
index 68b0d31bcfe..3a02efc24b8 100644
--- a/ACE/protocols/ace/RMCast/Stack.cpp
+++ b/ACE/protocols/ace/RMCast/Stack.cpp
@@ -1,6 +1,4 @@
// author : Boris Kolpackov <boris@kolpackov.net>
-// $Id$
-
#include "Stack.h"
namespace ACE_RMCast
diff --git a/ACE/protocols/ace/RMCast/Stack.h b/ACE/protocols/ace/RMCast/Stack.h
index 1637d87a1d4..01b412a379d 100644
--- a/ACE/protocols/ace/RMCast/Stack.h
+++ b/ACE/protocols/ace/RMCast/Stack.h
@@ -1,4 +1,3 @@
-// $Id$
// author : Boris Kolpackov <boris@kolpackov.net>
#ifndef ACE_RMCAST_STACK_H