summaryrefslogtreecommitdiff
path: root/ACE/examples
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples')
-rw-r--r--ACE/examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.h3
-rw-r--r--ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_FIFO.h3
-rw-r--r--ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_SPIPE.inl3
-rw-r--r--ACE/examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.h3
-rw-r--r--ACE/examples/Service_Configurator/IPC-tests/server/Handle_Timeout.h3
-rw-r--r--ACE/examples/Service_Configurator/Misc/Timer_Service.h3
6 files changed, 0 insertions, 18 deletions
diff --git a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.h b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.h
index 39c115b8c46..d8dc8df002d 100644
--- a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.h
+++ b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.h
@@ -1,7 +1,4 @@
// -*- C++ -*-
-//
-// $Id$
-
/* Handles INET broadcast datagram messages from remote hosts on the local subnet. */
#ifndef _HANDLE_BROADCAST_H
diff --git a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_FIFO.h b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_FIFO.h
index fcd51a43a1a..fb1adbc5132 100644
--- a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_FIFO.h
+++ b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_FIFO.h
@@ -1,7 +1,4 @@
// -*- C++ -*-
-//
-// $Id$
-
/* Handle connections from local UNIX ACE_FIFO */
/* Read from a well known ACE_FIFO and write to stdout. */
diff --git a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_SPIPE.inl b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_SPIPE.inl
index 50c0456893f..964754090c5 100644
--- a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_SPIPE.inl
+++ b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_SPIPE.inl
@@ -1,7 +1,4 @@
// -*- C++ -*-
-//
-// $Id$
-
#include "ace/SPIPE_Stream.h"
diff --git a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.h b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.h
index fb06f525073..8b3cd811bf5 100644
--- a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.h
+++ b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.h
@@ -1,7 +1,4 @@
// -*- C++ -*-
-//
-// $Id$
-
/* Handle connections from remote INET connections. */
#ifndef _HANDLE_R_STREAM_H
diff --git a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_Timeout.h b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_Timeout.h
index e07cc247ca9..f9be20a305c 100644
--- a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_Timeout.h
+++ b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_Timeout.h
@@ -1,7 +1,4 @@
// -*- C++ -*-
-//
-// $Id$
-
/* Handles timeouts. */
#ifndef _HANDLE_TIMEOUT_H
diff --git a/ACE/examples/Service_Configurator/Misc/Timer_Service.h b/ACE/examples/Service_Configurator/Misc/Timer_Service.h
index 01aa77b7317..148278f396d 100644
--- a/ACE/examples/Service_Configurator/Misc/Timer_Service.h
+++ b/ACE/examples/Service_Configurator/Misc/Timer_Service.h
@@ -1,7 +1,4 @@
// -*- C++ -*-
-//
-// $Id$
-
#include "ace/svc_export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)