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