summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 20:14:23 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 20:14:23 +0100
commit4a3ce425d65c7da274d65d89c0cee53c14fe101c (patch)
tree92bad9590ef8c816122e3d7f6760bbb28bde47a1
parent452f5e942b0bde6eede4d70f376f9cfe793ca91d (diff)
downloadATCD-4a3ce425d65c7da274d65d89c0cee53c14fe101c.tar.gz
removed id and shorter headers
-rw-r--r--ACE/examples/Reactor/Proactor/test_timeout.cpp5
-rw-r--r--CIAO/docs/fm/CIAO.htm2
2 files changed, 1 insertions, 6 deletions
diff --git a/ACE/examples/Reactor/Proactor/test_timeout.cpp b/ACE/examples/Reactor/Proactor/test_timeout.cpp
index aeb95ba34d4..5ac1c9fe36e 100644
--- a/ACE/examples/Reactor/Proactor/test_timeout.cpp
+++ b/ACE/examples/Reactor/Proactor/test_timeout.cpp
@@ -3,8 +3,6 @@
/**
* @file test_timeout.cpp
*
- * $Id: test_timeout.cpp
- *
* This example application shows how to write event loops that
* handle events for some fixed amount of time. Note that any
* thread in the Proactor thread pool can call back the handler. On
@@ -15,7 +13,6 @@
*/
//=============================================================================
-
#include "ace/Proactor.h"
#include "ace/Task.h"
#include "ace/Atomic_Op.h"
@@ -23,8 +20,6 @@
#include "ace/OS_NS_unistd.h"
#include "ace/OS_main.h"
-
-
#if defined (ACE_HAS_WIN32_OVERLAPPED_IO) || defined (ACE_HAS_AIO_CALLS)
// This only works on Win32 platforms and on Unix platforms supporting
// POSIX aio calls.
diff --git a/CIAO/docs/fm/CIAO.htm b/CIAO/docs/fm/CIAO.htm
index de69234ccfe..da66051022b 100644
--- a/CIAO/docs/fm/CIAO.htm
+++ b/CIAO/docs/fm/CIAO.htm
@@ -1,5 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"><HTML>
-<!-- $Id$ -->
+<!-- -->
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">