diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2015-01-07 16:12:49 +0100 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2015-01-07 16:12:49 +0100 |
commit | c88815f2039e7152d735c18650c102df84d9aa36 (patch) | |
tree | a703b59c98e6739970c4f3b51396c2284c9ce12b /TAO/orbsvcs/examples/Log | |
parent | 0fbdabcd0a8970712cbbdef06465d061a4ec13c4 (diff) | |
download | ATCD-c88815f2039e7152d735c18650c102df84d9aa36.tar.gz |
Removed single line Id tag
Diffstat (limited to 'TAO/orbsvcs/examples/Log')
-rw-r--r-- | TAO/orbsvcs/examples/Log/Basic/Log_Basic.mpc | 2 | ||||
-rw-r--r-- | TAO/orbsvcs/examples/Log/Basic/TLS_Client.cpp | 2 | ||||
-rw-r--r-- | TAO/orbsvcs/examples/Log/Basic/main.cpp | 2 | ||||
-rw-r--r-- | TAO/orbsvcs/examples/Log/Event/Event_Consumer.cpp | 2 | ||||
-rw-r--r-- | TAO/orbsvcs/examples/Log/Event/Event_Supplier.cpp | 2 | ||||
-rw-r--r-- | TAO/orbsvcs/examples/Log/Event/Log_Event.mpc | 2 | ||||
-rw-r--r-- | TAO/orbsvcs/examples/Log/Notify/Log_Notify.mpc | 2 | ||||
-rw-r--r-- | TAO/orbsvcs/examples/Log/Notify/Notify_Consumer.cpp | 2 | ||||
-rw-r--r-- | TAO/orbsvcs/examples/Log/Notify/Notify_Supplier.cpp | 2 | ||||
-rw-r--r-- | TAO/orbsvcs/examples/Log/RTEvent/Log_RTEvent.mpc | 2 | ||||
-rw-r--r-- | TAO/orbsvcs/examples/Log/RTEvent/RTEvent_Consumer.cpp | 2 | ||||
-rw-r--r-- | TAO/orbsvcs/examples/Log/RTEvent/RTEvent_Supplier.cpp | 2 |
12 files changed, 0 insertions, 24 deletions
diff --git a/TAO/orbsvcs/examples/Log/Basic/Log_Basic.mpc b/TAO/orbsvcs/examples/Log/Basic/Log_Basic.mpc index 73476b098d4..fa59fccccff 100644 --- a/TAO/orbsvcs/examples/Log/Basic/Log_Basic.mpc +++ b/TAO/orbsvcs/examples/Log/Basic/Log_Basic.mpc @@ -1,6 +1,4 @@ // -*- MPC -*- -// $Id$ - project(*Client) : orbsvcsexe, dslogadmin, naming { exename = client } diff --git a/TAO/orbsvcs/examples/Log/Basic/TLS_Client.cpp b/TAO/orbsvcs/examples/Log/Basic/TLS_Client.cpp index 291d307e3e5..4902f70300f 100644 --- a/TAO/orbsvcs/examples/Log/Basic/TLS_Client.cpp +++ b/TAO/orbsvcs/examples/Log/Basic/TLS_Client.cpp @@ -1,5 +1,3 @@ -// $Id$ - #include "TLS_Client.h" #include "ace/Log_Msg.h" diff --git a/TAO/orbsvcs/examples/Log/Basic/main.cpp b/TAO/orbsvcs/examples/Log/Basic/main.cpp index fa9b4071031..f5fc7a9abe4 100644 --- a/TAO/orbsvcs/examples/Log/Basic/main.cpp +++ b/TAO/orbsvcs/examples/Log/Basic/main.cpp @@ -1,5 +1,3 @@ -// $Id$ - #include "TLS_Client.h" #include "ace/OS_main.h" diff --git a/TAO/orbsvcs/examples/Log/Event/Event_Consumer.cpp b/TAO/orbsvcs/examples/Log/Event/Event_Consumer.cpp index ce79fea9762..13b7f0b318e 100644 --- a/TAO/orbsvcs/examples/Log/Event/Event_Consumer.cpp +++ b/TAO/orbsvcs/examples/Log/Event/Event_Consumer.cpp @@ -1,5 +1,3 @@ -// $Id$ - #include "Event_Consumer.h" #include "orbsvcs/CosEventChannelAdminS.h" #include "ace/OS_main.h" diff --git a/TAO/orbsvcs/examples/Log/Event/Event_Supplier.cpp b/TAO/orbsvcs/examples/Log/Event/Event_Supplier.cpp index e3e738174a8..80d40ebf367 100644 --- a/TAO/orbsvcs/examples/Log/Event/Event_Supplier.cpp +++ b/TAO/orbsvcs/examples/Log/Event/Event_Supplier.cpp @@ -1,5 +1,3 @@ -// $Id$ - #include "Event_Supplier.h" #include "orbsvcs/CosEventChannelAdminS.h" #include "ace/OS_main.h" diff --git a/TAO/orbsvcs/examples/Log/Event/Log_Event.mpc b/TAO/orbsvcs/examples/Log/Event/Log_Event.mpc index c96507ed65c..73b94cc0d1d 100644 --- a/TAO/orbsvcs/examples/Log/Event/Log_Event.mpc +++ b/TAO/orbsvcs/examples/Log/Event/Log_Event.mpc @@ -1,6 +1,4 @@ // -*- MPC -*- -// $Id$ - project(*Consumer) : orbsvcsexe, dseventlogadmin, event_skel, naming { exename = Event_Consumer source_files { diff --git a/TAO/orbsvcs/examples/Log/Notify/Log_Notify.mpc b/TAO/orbsvcs/examples/Log/Notify/Log_Notify.mpc index 9082517a64c..62cb293b63d 100644 --- a/TAO/orbsvcs/examples/Log/Notify/Log_Notify.mpc +++ b/TAO/orbsvcs/examples/Log/Notify/Log_Notify.mpc @@ -1,6 +1,4 @@ // -*- MPC -*- -// $Id$ - project(*Consumer) : orbsvcsexe, dsnotifylogadmin, notification_skel, naming { exename = Notify_Consumer source_files { diff --git a/TAO/orbsvcs/examples/Log/Notify/Notify_Consumer.cpp b/TAO/orbsvcs/examples/Log/Notify/Notify_Consumer.cpp index 7eb34e19523..72636dce089 100644 --- a/TAO/orbsvcs/examples/Log/Notify/Notify_Consumer.cpp +++ b/TAO/orbsvcs/examples/Log/Notify/Notify_Consumer.cpp @@ -1,5 +1,3 @@ -// $Id$ - #include "Notify_Consumer.h" #include "orbsvcs/CosEventChannelAdminS.h" #include "orbsvcs/CosNotifyChannelAdminS.h" diff --git a/TAO/orbsvcs/examples/Log/Notify/Notify_Supplier.cpp b/TAO/orbsvcs/examples/Log/Notify/Notify_Supplier.cpp index 637faeeea69..7040112fe63 100644 --- a/TAO/orbsvcs/examples/Log/Notify/Notify_Supplier.cpp +++ b/TAO/orbsvcs/examples/Log/Notify/Notify_Supplier.cpp @@ -1,5 +1,3 @@ -// $Id$ - #include "Notify_Supplier.h" #include "orbsvcs/CosNotifyChannelAdminS.h" #include "ace/OS_main.h" diff --git a/TAO/orbsvcs/examples/Log/RTEvent/Log_RTEvent.mpc b/TAO/orbsvcs/examples/Log/RTEvent/Log_RTEvent.mpc index 83fed7aa672..b25dd200ea2 100644 --- a/TAO/orbsvcs/examples/Log/RTEvent/Log_RTEvent.mpc +++ b/TAO/orbsvcs/examples/Log/RTEvent/Log_RTEvent.mpc @@ -1,6 +1,4 @@ // -*- MPC -*- -// $Id$ - project(*Consumer) : orbsvcsexe, rtevent_skel, naming, rteventlogadmin { exename = RTEvent_Consumer source_files { diff --git a/TAO/orbsvcs/examples/Log/RTEvent/RTEvent_Consumer.cpp b/TAO/orbsvcs/examples/Log/RTEvent/RTEvent_Consumer.cpp index dbb42d94488..8dbbc806d8e 100644 --- a/TAO/orbsvcs/examples/Log/RTEvent/RTEvent_Consumer.cpp +++ b/TAO/orbsvcs/examples/Log/RTEvent/RTEvent_Consumer.cpp @@ -1,5 +1,3 @@ -// $Id$ - #include "RTEvent_Consumer.h" #include "orbsvcs/RtecEventChannelAdminC.h" #include "orbsvcs/Event_Service_Constants.h" diff --git a/TAO/orbsvcs/examples/Log/RTEvent/RTEvent_Supplier.cpp b/TAO/orbsvcs/examples/Log/RTEvent/RTEvent_Supplier.cpp index 5e77fc75820..b7e4f09ed25 100644 --- a/TAO/orbsvcs/examples/Log/RTEvent/RTEvent_Supplier.cpp +++ b/TAO/orbsvcs/examples/Log/RTEvent/RTEvent_Supplier.cpp @@ -1,5 +1,3 @@ -// $Id$ - #include "RTEvent_Supplier.h" #include "orbsvcs/RtecEventChannelAdminC.h" #include "orbsvcs/Event_Service_Constants.h" |