summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Logging_Service
diff options
context:
space:
mode:
authorpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-11-03 16:14:26 +0000
committerpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-11-03 16:14:26 +0000
commit5c8b6153bfc45006cb922dc13d3697323856eb5b (patch)
tree08d1b291c4e9cacf31e134a2008d8bc099408ab1 /TAO/orbsvcs/Logging_Service
parent9d513df0efd69dd85fabe32dc102e343ac369308 (diff)
downloadATCD-5c8b6153bfc45006cb922dc13d3697323856eb5b.tar.gz
ChangeLogTag:Sun Nov 03 11:00:27 2002 Pradeep Gore <pradeep@oomworks.com>
Diffstat (limited to 'TAO/orbsvcs/Logging_Service')
-rw-r--r--TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Server.cpp12
1 files changed, 1 insertions, 11 deletions
diff --git a/TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Server.cpp b/TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Server.cpp
index 04512878c27..d014dd51a67 100644
--- a/TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Server.cpp
+++ b/TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Server.cpp
@@ -1,9 +1,5 @@
+//$Id$
#include "Notify_Logging_Service.h"
-#include "orbsvcs/Notify/Notify_EventChannelFactory_i.h"
-#include "orbsvcs/Notify/Notify_Default_CO_Factory.h"
-#include "orbsvcs/Notify/Notify_Default_POA_Factory.h"
-#include "orbsvcs/Notify/Notify_Default_Collection_Factory.h"
-#include "orbsvcs/Notify/Notify_Default_EMO_Factory.h"
ACE_RCSID (Notify_Logging_Service,
Notify_Logging_Server,
@@ -14,12 +10,6 @@ ACE_RCSID (Notify_Logging_Service,
int
main (int argc, char *argv[])
{
- // Init factories.
- TAO_Notify_Default_CO_Factory::init_svc ();
- TAO_Notify_Default_POA_Factory::init_svc ();
- TAO_Notify_Default_Collection_Factory::init_svc ();
- TAO_Notify_Default_EMO_Factory::init_svc ();
-
Notify_Logging_Service notify_logging_service;
ACE_DECLARE_NEW_CORBA_ENV;