// -*- IDL -*- //============================================================================= /** * @file ObjectReferenceFactory.idl * * @author Ossama Othman */ //============================================================================= #ifndef OBJECT_REFERENCE_FACTORY_IDL #define OBJECT_REFERENCE_FACTORY_IDL #include "tao/ObjRefTemplate/ObjectReferenceTemplate_include.pidl" module ORT_Test { valuetype ObjectReferenceFactory : PortableInterceptor::ObjectReferenceFactory {}; }; #endif /* OBJECT_REFERENCE_FACTORY_IDL */