summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Logging_Service
diff options
context:
space:
mode:
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;