summaryrefslogtreecommitdiff
path: root/ACE/examples/Log_Msg
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-09-08 18:39:23 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-09-08 18:39:23 +0000
commitf896b003bd582d632ec64016ed6411e1b30b603f (patch)
treeb219a8bc3523797ef7e34a313198572599424fce /ACE/examples/Log_Msg
parent4ac9f6f6b3a8774e5c2675b2a82736d6e5f54cc2 (diff)
downloadATCD-f896b003bd582d632ec64016ed6411e1b30b603f.tar.gz
Removed ACE_RCSID
Diffstat (limited to 'ACE/examples/Log_Msg')
-rw-r--r--ACE/examples/Log_Msg/test_callback.cpp2
-rw-r--r--ACE/examples/Log_Msg/test_log_msg.cpp2
-rw-r--r--ACE/examples/Log_Msg/test_ostream.cpp4
3 files changed, 4 insertions, 4 deletions
diff --git a/ACE/examples/Log_Msg/test_callback.cpp b/ACE/examples/Log_Msg/test_callback.cpp
index e263c9777eb..17bf724fcf3 100644
--- a/ACE/examples/Log_Msg/test_callback.cpp
+++ b/ACE/examples/Log_Msg/test_callback.cpp
@@ -24,7 +24,7 @@
#include "ace/Log_Record.h"
#include "ace/OS_NS_stdio.h"
-ACE_RCSID(Log_Msg, test_callback, "$Id$")
+
class Logger : public ACE_Log_Msg_Callback
// Subclassing from ACE_Log_Msg_Callback means that an instance of
diff --git a/ACE/examples/Log_Msg/test_log_msg.cpp b/ACE/examples/Log_Msg/test_log_msg.cpp
index a2d40770f56..59e61524700 100644
--- a/ACE/examples/Log_Msg/test_log_msg.cpp
+++ b/ACE/examples/Log_Msg/test_log_msg.cpp
@@ -26,7 +26,7 @@
#include "ace/OS_NS_unistd.h"
#include "ace/OS_NS_stdlib.h"
-ACE_RCSID(Log_Msg, test_log_msg, "$Id$")
+
static void
cleanup (void)
diff --git a/ACE/examples/Log_Msg/test_ostream.cpp b/ACE/examples/Log_Msg/test_ostream.cpp
index 3492195fe9d..34881811ea5 100644
--- a/ACE/examples/Log_Msg/test_ostream.cpp
+++ b/ACE/examples/Log_Msg/test_ostream.cpp
@@ -24,7 +24,7 @@
#include "ace/Log_Msg.h"
-ACE_RCSID(Log_Msg, test_ostream, "$Id$")
+
int
ACE_TMAIN (int, ACE_TCHAR *[])
@@ -76,7 +76,7 @@ ACE_TMAIN (int, ACE_TCHAR *[])
if (infile.bad ())
return 1;
- // This loop should print out the contents of file "output", which should
+ // This loop should print out the contents of file "output", which should
// have the strings "fourth\n" and "fifth\n" in them.
char line[BUFSIZ];