INameService.idl

00001 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
00002  *---------------------------------------------------------------------------
00003  *
00004  * interface/internal/INameService.idl
00005  *
00006  * Copyright (c) 2002, 2010 Motorola, Inc. All rights reserved.
00007  *
00008  *---------------------------------------------------------------------------
00009  */
00010 
00011 #ifndef INAMESERVICE_IDL
00012 #define INAMESERVICE_IDL
00013 
00014 #include "IToiNameService.idl"
00015 
00021 interface INameService : IToiNameService
00022 {
00033   void RegisterObject(in string objectName, in string address);
00034 
00040   void ReleaseObject(in string objectName);
00041 };
00042 
00043 #endif