summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Logging_Service
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-06-20 15:51:14 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-06-20 15:51:14 +0000
commitfcfca4bfda8f205cd4e96eb50d1fd08dde2ff7df (patch)
treec7c6f1603e8eaa0b89cdb3cad095c5457a555ca9 /TAO/orbsvcs/Logging_Service
parentfe680ed40d03ae0f7c50be4d2ef12a63c8aa86b6 (diff)
downloadATCD-fcfca4bfda8f205cd4e96eb50d1fd08dde2ff7df.tar.gz
ChangeLogTag: Mon Jun 20 08:51:17 2005 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/orbsvcs/Logging_Service')
-rw-r--r--TAO/orbsvcs/Logging_Service/Basic_Logging_Service/Basic_Logging_Service.cpp2
-rw-r--r--TAO/orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Service.cpp2
-rw-r--r--TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.cpp2
-rw-r--r--TAO/orbsvcs/Logging_Service/RTEvent_Logging_Service/RTEvent_Logging_Service.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/Logging_Service/Basic_Logging_Service/Basic_Logging_Service.cpp b/TAO/orbsvcs/Logging_Service/Basic_Logging_Service/Basic_Logging_Service.cpp
index d8cb689b8dc..bdd29316776 100644
--- a/TAO/orbsvcs/Logging_Service/Basic_Logging_Service/Basic_Logging_Service.cpp
+++ b/TAO/orbsvcs/Logging_Service/Basic_Logging_Service/Basic_Logging_Service.cpp
@@ -131,7 +131,7 @@ Basic_Logging_Service::startup (int argc, char *argv[]
IORTable::Table::_narrow (table_object.in ());
ACE_CHECK_RETURN (-1);
- adapter->bind("BasicLogService", ior.in ())
+ adapter->bind("BasicLogService", ior.in ());
ACE_CHECK_RETURN (-1);
}
diff --git a/TAO/orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Service.cpp b/TAO/orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Service.cpp
index 3a02a9b3ef9..c43724c2562 100644
--- a/TAO/orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Service.cpp
+++ b/TAO/orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Service.cpp
@@ -132,7 +132,7 @@ Event_Logging_Service::startup (int argc, char *argv[]
IORTable::Table::_narrow (table_object.in ());
ACE_CHECK_RETURN (-1);
- adapter->bind("EventLogService", ior.in ())
+ adapter->bind("EventLogService", ior.in ());
ACE_CHECK_RETURN (-1);
}
diff --git a/TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.cpp b/TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.cpp
index de5aeeed8a4..daf7200f70e 100644
--- a/TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.cpp
+++ b/TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.cpp
@@ -158,7 +158,7 @@ Notify_Logging_Service::init (int argc, char *argv[]
IORTable::Table::_narrow (table_object.in ());
ACE_CHECK_RETURN (-1);
- adapter->bind("NotifyLogService", ior.in ())
+ adapter->bind("NotifyLogService", ior.in ());
ACE_CHECK_RETURN (-1);
}
diff --git a/TAO/orbsvcs/Logging_Service/RTEvent_Logging_Service/RTEvent_Logging_Service.cpp b/TAO/orbsvcs/Logging_Service/RTEvent_Logging_Service/RTEvent_Logging_Service.cpp
index feb5bec2a3f..9c3564fb90c 100644
--- a/TAO/orbsvcs/Logging_Service/RTEvent_Logging_Service/RTEvent_Logging_Service.cpp
+++ b/TAO/orbsvcs/Logging_Service/RTEvent_Logging_Service/RTEvent_Logging_Service.cpp
@@ -221,7 +221,7 @@ RTEvent_Logging_Service::run (int argc, char* argv[])
IORTable::Table::_narrow (table_object.in ());
ACE_CHECK_RETURN (-1);
- adapter->bind("RTEventLogService", ior.in ())
+ adapter->bind("RTEventLogService", ior.in ());
ACE_CHECK_RETURN (-1);
}