X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=src%2Fplpbus%2FOrbServerImpl.hh;h=ec270e8c7ab754fb33232ce0d80eea62d853e734;hb=f6bd0d4fefd6459f2e8e5e7b813933be2d87dd47;hp=3ca7d7a82bd7d77f7688e00eabb58aa5cef48020;hpb=a4cadd50e661871c819f9f253f3595cfba647aed;p=libplpbus.git diff --git a/src/plpbus/OrbServerImpl.hh b/src/plpbus/OrbServerImpl.hh index 3ca7d7a..ec270e8 100644 --- a/src/plpbus/OrbServerImpl.hh +++ b/src/plpbus/OrbServerImpl.hh @@ -20,7 +20,6 @@ namespace plpbus { public: OrbServerImpl(); virtual ~OrbServerImpl(); - virtual void send_message_and_request_response(plpbus_orb::OrbClient_ptr response_listener_param, const char* msg_req_param); virtual void send_dataitem_message_and_request_response(plpbus_orb::OrbClient_ptr response_listener_param, const ::plpbus_orb::DataItemSequence& req_seq_param); virtual char *send_message_and_wait_response(const char* msg_req_param, ::CORBA::Long& err_flg); @@ -44,8 +43,8 @@ namespace plpbus { /** * Gets naming context from the name service. If the naming context does not yet exist, create it. */ - CosNaming::NamingContext_var get_service_naming_context(const char *leafcontext_name, - const char *leafcontext_kind); + CosNaming::NamingContext_var get_naming_service_context(const char *service_name_param, + const char *service_kind_param); /** * Bind service to naming context. * If service with same name has already been binded, replace the existing service with the new one.