summaryrefslogtreecommitdiff
path: root/TAO/examples/Logging
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Logging')
-rw-r--r--TAO/examples/Logging/Logger.idl2
-rw-r--r--TAO/examples/Logging/Logger_i.cpp2
-rw-r--r--TAO/examples/Logging/Logging.mpc2
-rw-r--r--TAO/examples/Logging/Logging_Service.cpp2
-rw-r--r--TAO/examples/Logging/Logging_Service_i.cpp2
-rw-r--r--TAO/examples/Logging/Logging_Test.cpp2
-rw-r--r--TAO/examples/Logging/Logging_Test_i.cpp2
7 files changed, 0 insertions, 14 deletions
diff --git a/TAO/examples/Logging/Logger.idl b/TAO/examples/Logging/Logger.idl
index a87d9a799dc..b1cdfd31a95 100644
--- a/TAO/examples/Logging/Logger.idl
+++ b/TAO/examples/Logging/Logger.idl
@@ -1,5 +1,3 @@
-// $Id$
-
#ifndef TAO_LOGGER_IDL
#define TAO_LOGGER_IDL
diff --git a/TAO/examples/Logging/Logger_i.cpp b/TAO/examples/Logging/Logger_i.cpp
index e0f2f98a515..765a792642e 100644
--- a/TAO/examples/Logging/Logger_i.cpp
+++ b/TAO/examples/Logging/Logger_i.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "LoggerC.h"
#include "Logger_i.h"
#include "tao/debug.h"
diff --git a/TAO/examples/Logging/Logging.mpc b/TAO/examples/Logging/Logging.mpc
index b6ab1cd9e13..f6bf7b4e9ce 100644
--- a/TAO/examples/Logging/Logging.mpc
+++ b/TAO/examples/Logging/Logging.mpc
@@ -1,6 +1,4 @@
// -*- MPC -*-
-// $Id$
-
project(*IDL): taoidldefaults {
IDL_Files {
Logger.idl
diff --git a/TAO/examples/Logging/Logging_Service.cpp b/TAO/examples/Logging/Logging_Service.cpp
index 8bfc668cb41..9c72c3ba08e 100644
--- a/TAO/examples/Logging/Logging_Service.cpp
+++ b/TAO/examples/Logging/Logging_Service.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "Logging_Service_i.h"
#include "tao/debug.h"
diff --git a/TAO/examples/Logging/Logging_Service_i.cpp b/TAO/examples/Logging/Logging_Service_i.cpp
index 0c8c78361a3..01068f6bfab 100644
--- a/TAO/examples/Logging/Logging_Service_i.cpp
+++ b/TAO/examples/Logging/Logging_Service_i.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "Logging_Service_i.h"
#include "tao/debug.h"
diff --git a/TAO/examples/Logging/Logging_Test.cpp b/TAO/examples/Logging/Logging_Test.cpp
index 1a887e5a1db..83fe0565eb7 100644
--- a/TAO/examples/Logging/Logging_Test.cpp
+++ b/TAO/examples/Logging/Logging_Test.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "Logging_Test_i.h"
// This function runs the Logging service test.
diff --git a/TAO/examples/Logging/Logging_Test_i.cpp b/TAO/examples/Logging/Logging_Test_i.cpp
index c628af31064..865adcf7d55 100644
--- a/TAO/examples/Logging/Logging_Test_i.cpp
+++ b/TAO/examples/Logging/Logging_Test_i.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "LoggerC.h"
#include "Logging_Test_i.h"
#include "orbsvcs/CosNamingC.h"