00001 #ifndef __UPF_CLASSFACTORY_IDL__ 00002 #define __UPF_CLASSFACTORY_IDL__ 00003 00004 #include "IObject.idl" 00005 00006 module upf 00007 { 00008 00019 interface IClassFactory : IObject 00020 { 00022 IObject create(); 00023 }; 00024 00025 }; 00026 00027 #endif