summaryrefslogtreecommitdiff
path: root/ACE/examples/APG/Timers
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/APG/Timers')
-rw-r--r--ACE/examples/APG/Timers/Alarm.cpp2
-rw-r--r--ACE/examples/APG/Timers/CB.cpp2
-rw-r--r--ACE/examples/APG/Timers/CB.h2
-rw-r--r--ACE/examples/APG/Timers/PCB.cpp2
-rw-r--r--ACE/examples/APG/Timers/PCB.h2
-rw-r--r--ACE/examples/APG/Timers/PTimerDispatcher.cpp2
-rw-r--r--ACE/examples/APG/Timers/PTimerDispatcher.h2
-rw-r--r--ACE/examples/APG/Timers/Task.cpp2
-rw-r--r--ACE/examples/APG/Timers/TimerDispatcher.cpp2
-rw-r--r--ACE/examples/APG/Timers/TimerDispatcher.h2
-rw-r--r--ACE/examples/APG/Timers/Timers.cpp2
-rw-r--r--ACE/examples/APG/Timers/Upcall.cpp2
-rw-r--r--ACE/examples/APG/Timers/Upcall.h2
-rw-r--r--ACE/examples/APG/Timers/timers.mpc2
14 files changed, 0 insertions, 28 deletions
diff --git a/ACE/examples/APG/Timers/Alarm.cpp b/ACE/examples/APG/Timers/Alarm.cpp
index 5ed17fc9c1a..99e9d49094d 100644
--- a/ACE/examples/APG/Timers/Alarm.cpp
+++ b/ACE/examples/APG/Timers/Alarm.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "ace/OS_NS_unistd.h"
#include "ace/OS_NS_sys_time.h"
diff --git a/ACE/examples/APG/Timers/CB.cpp b/ACE/examples/APG/Timers/CB.cpp
index 0e4c352e12e..722ea94b547 100644
--- a/ACE/examples/APG/Timers/CB.cpp
+++ b/ACE/examples/APG/Timers/CB.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "ace/Log_Msg.h"
#include "CB.h"
#include "TimerDispatcher.h"
diff --git a/ACE/examples/APG/Timers/CB.h b/ACE/examples/APG/Timers/CB.h
index 72722387994..3cbf44983cd 100644
--- a/ACE/examples/APG/Timers/CB.h
+++ b/ACE/examples/APG/Timers/CB.h
@@ -1,6 +1,4 @@
/* -*- C++ -*- */
-// $Id$
-
#if !defined(CB_H)
#define CB_H
diff --git a/ACE/examples/APG/Timers/PCB.cpp b/ACE/examples/APG/Timers/PCB.cpp
index 19b0a534097..399f356a799 100644
--- a/ACE/examples/APG/Timers/PCB.cpp
+++ b/ACE/examples/APG/Timers/PCB.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "ace/Log_Msg.h"
#include "PCB.h"
#include "PTimerDispatcher.h"
diff --git a/ACE/examples/APG/Timers/PCB.h b/ACE/examples/APG/Timers/PCB.h
index 4bd223b3c68..1aa9766f169 100644
--- a/ACE/examples/APG/Timers/PCB.h
+++ b/ACE/examples/APG/Timers/PCB.h
@@ -1,6 +1,4 @@
/* -*- C++ -*- */
-// $Id$
-
#if !defined(PCB_H)
#define PCB_H
diff --git a/ACE/examples/APG/Timers/PTimerDispatcher.cpp b/ACE/examples/APG/Timers/PTimerDispatcher.cpp
index 7b7a4480a10..7601e08bbd8 100644
--- a/ACE/examples/APG/Timers/PTimerDispatcher.cpp
+++ b/ACE/examples/APG/Timers/PTimerDispatcher.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "PTimerDispatcher.h"
void PTimer_Dispatcher::wait_for_event (void)
diff --git a/ACE/examples/APG/Timers/PTimerDispatcher.h b/ACE/examples/APG/Timers/PTimerDispatcher.h
index 8a530f41709..43047c67a8a 100644
--- a/ACE/examples/APG/Timers/PTimerDispatcher.h
+++ b/ACE/examples/APG/Timers/PTimerDispatcher.h
@@ -1,6 +1,4 @@
/* -*- C++ -*- */
-// $Id$
-
#if !defined(PTIMER_DISPATCHER_H)
#define PTIMER_DISPATCHER_H
diff --git a/ACE/examples/APG/Timers/Task.cpp b/ACE/examples/APG/Timers/Task.cpp
index f4c846c644f..01325f5502a 100644
--- a/ACE/examples/APG/Timers/Task.cpp
+++ b/ACE/examples/APG/Timers/Task.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "ace/OS_NS_sys_time.h"
// Listing 1 code/ch20
diff --git a/ACE/examples/APG/Timers/TimerDispatcher.cpp b/ACE/examples/APG/Timers/TimerDispatcher.cpp
index 025bd64d979..a2b47e2bf39 100644
--- a/ACE/examples/APG/Timers/TimerDispatcher.cpp
+++ b/ACE/examples/APG/Timers/TimerDispatcher.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "TimerDispatcher.h"
// Listing 1 code/ch20
void Timer_Dispatcher::wait_for_event (void)
diff --git a/ACE/examples/APG/Timers/TimerDispatcher.h b/ACE/examples/APG/Timers/TimerDispatcher.h
index fc519b77615..06ce42a8d8a 100644
--- a/ACE/examples/APG/Timers/TimerDispatcher.h
+++ b/ACE/examples/APG/Timers/TimerDispatcher.h
@@ -1,6 +1,4 @@
/* -*- C++ -*- */
-// $Id$
-
#if !defined(TIMER_DISPATCHER_H)
#define TIMER_DISPATCHER_H
diff --git a/ACE/examples/APG/Timers/Timers.cpp b/ACE/examples/APG/Timers/Timers.cpp
index fedc8867a90..509cba175ab 100644
--- a/ACE/examples/APG/Timers/Timers.cpp
+++ b/ACE/examples/APG/Timers/Timers.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
// Listing 1 code/ch20
#include "ace/Timer_Queue.h"
#include "ace/Timer_Heap.h"
diff --git a/ACE/examples/APG/Timers/Upcall.cpp b/ACE/examples/APG/Timers/Upcall.cpp
index c5f29f9fd66..4a783112d10 100644
--- a/ACE/examples/APG/Timers/Upcall.cpp
+++ b/ACE/examples/APG/Timers/Upcall.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "ace/OS_NS_sys_time.h"
#include "ace/Log_Msg.h"
#include "Upcall.h"
diff --git a/ACE/examples/APG/Timers/Upcall.h b/ACE/examples/APG/Timers/Upcall.h
index 6a154f3b8b1..5b2c1c7593e 100644
--- a/ACE/examples/APG/Timers/Upcall.h
+++ b/ACE/examples/APG/Timers/Upcall.h
@@ -1,6 +1,4 @@
/* -*- C++ -*- */
-// $Id$
-
#if !defined(UPCALL_H)
#define UPCALL_H
diff --git a/ACE/examples/APG/Timers/timers.mpc b/ACE/examples/APG/Timers/timers.mpc
index 295b2bb97d5..09f0e8b6b46 100644
--- a/ACE/examples/APG/Timers/timers.mpc
+++ b/ACE/examples/APG/Timers/timers.mpc
@@ -1,6 +1,4 @@
// -*- MPC -*-
-// $Id$
-
project(Alarm) : aceexe {
exename = Alarm
Source_Files {