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