summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.cpp
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/Notify_Logging_Service/Notify_Logging_Service.cpp
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/Notify_Logging_Service/Notify_Logging_Service.cpp')
-rw-r--r--TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}