2005/5/9
-- ACDK API Docs Misc header CorObject_h
(c) 2005 byRoger Rene Kommer
Kindly hosted at:
#include <acdk.h> #include <acdkx/orb/orb.h> #include <acdkx/orb/ServerDelegate.h> #include <org/omg/CORBA/ServerRequest.h> #include <org/omg/CORBA/portable/ResponseHandler.h> #include <org/omg/CORBA/portable/RemarshalException.h> #include <org/omg/CORBA/portable/ApplicationException.h> #include AcdkObjectInterface.h
#include <acdk.h>
#include <acdkx/orb/orb.h>
#include <acdkx/orb/ServerDelegate.h>
#include <org/omg/CORBA/ServerRequest.h>
#include <org/omg/CORBA/portable/ResponseHandler.h>
#include <org/omg/CORBA/portable/RemarshalException.h>
#include <org/omg/CORBA/portable/ApplicationException.h>
#include AcdkObjectInterface.h
Value:
ACDK_DECL_CLASS(ClassName); \ class export ClassName##Proxy \ : extends ::acdkx::orb::CorObject \ , implements ClassName \ { \ public: \ IRObjectProxy(IN(::acdkx::orb::RCorObject) obj) \ : ACDK_FQ_SUPER_QUALIFIER(::acdkx::orb::, CorObject)(obj->objectKey(), obj->orb()) \ { \ setRemoteClazz(ClassName ::clazzInfo()); \ } \ }