Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

NameClient.idl

Go to the documentation of this file.
00001 
00008 /* --------------------------------------------------------------
00009 Copyright (C) 2001 LifeLine Networks BV <soap2corba@lifeline.nl>
00010 
00011 This program is free software; you can redistribute it and/or
00012 modify it under the terms of the GNU General Public License
00013 as published by the Free Software Foundation; either
00014 version 2 of the License, or (at your option) any later
00015 version.
00016 
00017 This program is distributed in the hope that it will be useful,
00018 but WITHOUT ANY WARRANTY; without even the implied warranty of
00019 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00020 GNU General Public License for more details.
00021 
00022 You should have received a copy of the GNU General Public License
00023 along with this program; if not, write to the Free Software
00024 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
00025 -------------------------------------------------------------- */
00027 module SimpleNameServer {
00029         interface SimpleNamingClient {
00031                 Object Resolve (in string name);
00032         };
00033 };
00034 

This documentation is part of the "SOAP to CORBA bridge" project
Copyright © 2000 by Lifeline Networks bv.
All rights are reserved.