25 #ifndef _SAFIR_DOB_ENTITY_REQUEST_PROXY_H 
   26 #define _SAFIR_DOB_ENTITY_REQUEST_PROXY_H 
   28 #include <Safir/Dob/Internal/ProxyImplPtr.h> 
   47         class EntityRequestProxyImpl;
 
  135         const char * GetBlob() 
const;
 
  160 #pragma warning (push) 
  161 #pragma warning (disable: 4251) // To get rid of warning that says that the template needs to have a DLL-interface 
  164         Internal::ProxyImplPtr<Internal::EntityRequestProxyImpl> m_pImpl;
 
  167 #pragma warning (pop) 
Class containing the identity of an entity. 
Definition: EntityId.h:41
DOTS_API const Dob::Typesystem::EntityId GetEntityId(const Dob::Typesystem::TypeId typeId, const Dob::Typesystem::ParameterIndex parameter, const Dob::Typesystem::ArrayIndex index)
Get an EntityId parameter value. 
DOTS_API const Dob::Typesystem::InstanceId GetInstanceId(const Dob::Typesystem::TypeId typeId, const Dob::Typesystem::ParameterIndex parameter, const Dob::Typesystem::ArrayIndex index)
Get a InstanceId parameter value. 
Class containing the identity of a handler. 
Definition: HandlerId.h:45
boost::shared_ptr< Entity > EntityPtr
Definition: Entity.h:37
Class containing the identity of an instance. 
Definition: InstanceId.h:48
DotsC_TypeId TypeId
A unique type identifier. 
Definition: Dob/Typesystem/Defs.h:221
DOTS_API Dob::Typesystem::TypeId GetTypeId(const Dob::Typesystem::TypeId typeId, const Dob::Typesystem::MemberIndex member)
Get type id of object or enumeration member. 
Proxy class for an entity request. 
Definition: EntityRequestProxy.h:53
boost::shared_ptr< ConnectionInfo > ConnectionInfoPtr
Definition: ConnectionInfo.h:39