MProtocolSearchFeature Class Reference

class MProtocolSearchFeature : public MXIMPBase

Interface must be implemented by a XIMP Framework protocol plug-ins.

Inherits from

Constructor & Destructor Documentation

~MProtocolSearchFeature()

~MProtocolSearchFeature ( ) [inline, virtual]

Protected destructor. MXIMPProtocolConnection objects can't be deleted through this interface.

XIMP Framework disposes MXIMPProtocolConnection instances through MXIMPProtocolPlugin::ReleaseConnection().

Member Functions Documentation

Search()

MProtocolSearch & Search ( ) [pure virtual]

Gets reference to search interface.

search calls this method to retrieve a reference to protocols MProtocolSearch interface implementation.

Call and interface lifetime convention:

SetHost(MProtocolSearchDataHost &)

void SetHost ( MProtocolSearchDataHost & aSearchHost ) [pure virtual]

Sets reference of serach datahost.

Parameters

MProtocolSearchDataHost & aSearchHost MProtocolSearchDataHost object reference. ownership is not transfered.