MImObjectFactory Class Reference

class MImObjectFactory : public MXIMPBase

Interface for IM Feature Plugin IM object factory.

IM object factory is used to instantiate data objects declared in data model API.

MImObjectFactory interface can be obtained from MXIMPContext or MXIMPProtocolConnectionHost interfaces.

Since
S60

Inherits from

Public Member Functions
MImConversationInfo * NewImConversationInfoLC ()
Protected Member Functions
~MImObjectFactory ()

Constructor & Destructor Documentation

~MImObjectFactory()

~MImObjectFactory ( ) [protected, inline, virtual]

Protected destructor. Object instancies can't be deleted via this interface.

Member Functions Documentation

NewImConversationInfoLC()

MImConversationInfo * NewImConversationInfoLC ( ) [pure virtual]

Instantiates new IM group info object.

leave
KErrNoMemory if failed to allocate memory. Instantiates new im conversation info object.
leave
KErrNoMemory if failed to allocate memory.