summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/ImplRepo_Service/ImR_Locator.idl
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2013-12-04 17:15:34 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2013-12-04 17:15:34 +0000
commit323aff2a5b4a1d71f4cff6544f8fd270b07a5f56 (patch)
tree5502c5b92b41948b975da842dc0b9be4dbdb5c8b /TAO/orbsvcs/ImplRepo_Service/ImR_Locator.idl
parentfa6fd7ade3195bd4213a27e360af7e6aaf9fea30 (diff)
downloadATCD-323aff2a5b4a1d71f4cff6544f8fd270b07a5f56.tar.gz
Wed Dec 4 17:13:02 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>
* bin/tao_other_tests.lst: Added new test. * orbsvcs/ImplRepo_Service/AsyncAccessManager.h: * orbsvcs/ImplRepo_Service/AsyncAccessManager.cpp: * orbsvcs/ImplRepo_Service/ImR_Activator.idl: * orbsvcs/ImplRepo_Service/ImR_Activator_i.h: * orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp: * orbsvcs/ImplRepo_Service/ImR_Locator.idl: * orbsvcs/ImplRepo_Service/ImR_Locator_i.h: * orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp: * orbsvcs/ImplRepo_Service/tao_imr_i.h: * orbsvcs/ImplRepo_Service/tao_imr_i.cpp: Adding two new features to the IMR client interface. First is a kill command that has the activator send a signal to a child process. Also a new link command that allows the ImR locator to recognize two or more POAs are part of the same process. The link command implementation is still under development. * orbsvcs/tests/ImplRepo/kill_server: New test case for the kill command. * tao/ImR_Client/ImplRepo.idl: New extension interface added to define new operations.
Diffstat (limited to 'TAO/orbsvcs/ImplRepo_Service/ImR_Locator.idl')
-rw-r--r--TAO/orbsvcs/ImplRepo_Service/ImR_Locator.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/ImplRepo_Service/ImR_Locator.idl b/TAO/orbsvcs/ImplRepo_Service/ImR_Locator.idl
index c61361b8165..992cc695f72 100644
--- a/TAO/orbsvcs/ImplRepo_Service/ImR_Locator.idl
+++ b/TAO/orbsvcs/ImplRepo_Service/ImR_Locator.idl
@@ -5,7 +5,7 @@
module ImplementationRepository
{
- interface Locator : Administration
+ interface Locator : AdministrationExt
{
/// returns a token that can be used (along with activator name) to
/// unregister the activator.