25 #ifndef _SAFIR_DOB_RESPONSE_PROXY_H
26 #define _SAFIR_DOB_RESPONSE_PROXY_H
28 #include <Safir/Dob/Internal/ProxyImplPtr.h>
46 class ResponseProxyImpl;
60 bool IsSuccess()
const;
104 const char * GetBlob()
const;
162 const char * GetRequestBlob()
const;
181 #pragma warning (push)
182 #pragma warning (disable: 4251) // To get rid of warning that says that the template needs to have a DLL-interface
185 Internal::ProxyImplPtr<Internal::ResponseProxyImpl> m_pImpl;
188 #pragma warning (pop)
Class containing the identity of a handler.
Definition: HandlerId.h:44
DOTS_CPP_API Dob::Typesystem::TypeId GetTypeId(const Dob::Typesystem::TypeId typeId, const Dob::Typesystem::MemberIndex member)
Get type id of object or enumeration member.
Class containing the identity of an instance.
Definition: InstanceId.h:47
DotsC_TypeId TypeId
A unique type identifier.
Definition: Defs.h:219
boost::shared_ptr< ConnectionInfo > ConnectionInfoPtr
Definition: ConnectionInfo.h:34
boost::shared_ptr< Object > ObjectPtr
A smart pointer to an Object.
Definition: Object.h:41
Safir::Dob::Typesystem::Int32 RequestId
Represents the id of a request.
Definition: Defs.h:42
boost::shared_ptr< Response > ResponsePtr
Definition: Response.h:32
Proxy class for a response.
Definition: ResponseProxy.h:52
#define DOSE_CPP_API
Definition: DoseCppExportDefs.h:33