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 HxCorbaRefCountBase_idl 00011 #define HxCorbaRefCountBase_idl 00012 00013 module HxCorba 00014 { 00015 interface RefCountBase 00016 { 00017 void addRef(); 00018 void removeRef(); 00019 }; 00020 }; 00021 00022 #endif //HxCorbaRefCountBase_idl