]> pilppa.org Git - libplpbus.git/blobdiff - src/plpbus/OrbServerImpl.hh
cleanups
[libplpbus.git] / src / plpbus / OrbServerImpl.hh
index a73e7bfba849596d872da5d8eb6a73463825f559..ec270e8c7ab754fb33232ce0d80eea62d853e734 100644 (file)
@@ -43,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.