Struct IMarshallObjectIdent#
Defined in File core_ps.h
Inheritance Relationships#
Derived Types#
public sdv::ps::CProxyHandler< TInterface >
(Template Class CProxyHandler)public sdv::ps::CStubHandler< TInterface >
(Template Class CStubHandler)
Struct Documentation#
-
struct IMarshallObjectIdent#
Set the marshall object identification. The identification will be used to verify the proper sender/receiver.
Subclassed by sdv::ps::CProxyHandler< TInterface >, sdv::ps::CStubHandler< TInterface >
Public Functions
-
virtual void SetIdentification(const TMarshallID &tMarshallID) = 0#
Set the identification.
- Parameters:
tMarshallID – [in] Reference to the marshall object ID. For a proxy object, this is the proxy ID. For a stub object this is a stub ID.
- void SetIdentification (in TMarshallID tMarshallID)
Set the identification.
- Parameters:
tMarshallID – [in] Reference to the marshall object ID. For a proxy object, this is the proxy ID. For a stub object this is a stub ID.
Public Static Attributes
-
static ::sdv::interface_id _id = 0xCDAF9D2056553245#
Interface ID.
-
virtual void SetIdentification(const TMarshallID &tMarshallID) = 0#