summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.cpp
diff options
context:
space:
mode:
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.cpp4
1 files changed, 1 insertions, 3 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 c001d557c93..bef1b328826 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
@@ -29,9 +29,7 @@ Notify_Logging_Service::~Notify_Logging_Service (void)
int
Notify_Logging_Service::init_ORB (int& argc, char *argv [])
{
- this->orb_ = CORBA::ORB_init (argc,
- argv,
- "");
+ this->orb_ = CORBA::ORB_init (argc, argv);
this->notify_service_ = TAO_Notify_Service::load_default ();