00001 /*
00002 * Copyright (c) 2000, University of Amsterdam, The Netherlands.
00003 * All rights reserved.
00004 *
00005 * Author(s):
00006 * Marc Navarro (mnavarro@wins.uva.nl)
00007 */
00008
00009 #ifndef HxCorbaRegistry_idl
00010 #define HxCorbaRegistry_idl
00011
00012
00013 module HxCorba
00014 {
00015
00017 typedef sequence<string> NameList;
00018
00019
00021 interface Registry
00022 {
00023 NameList getKeyNames(in string cursorKey);
00024 NameList getValueNames(in string cursorKey);
00025 NameList getValueData(in string cursorKey);
00026 };
00027
00028 }; // module HxCorba
00029
00030 #endif //HxCorbaRegistry_idl
1.2.12 written by Dimitri van Heesch,
© 1997-2001