11 #ifndef _MpStringResourceMsg_h_ 12 #define _MpStringResourceMsg_h_ 40 const UtlString& targetResourceName,
41 const UtlString& data)
108 #endif // _MpStringResourceMsg_h_ MpResourceMsg & operator=(const MpResourceMsg &rhs)
Assignment operator.
Definition: MpResourceMsg.cpp:60
Message object used to communicate with the media processing task.
Definition: MpResourceMsg.h:30
MpStringResourceMsg(const MpStringResourceMsg &msg)
Copy constructor.
Definition: MpStringResourceMsg.h:48
Message used to pass a string to resource.
Definition: MpStringResourceMsg.h:29
MpStringResourceMsg(MpResourceMsgType type, const UtlString &targetResourceName, const UtlString &data)
Constructor.
Definition: MpStringResourceMsg.h:39
MpStringResourceMsg & operator=(const MpStringResourceMsg &rhs)
Assignment operator.
Definition: MpStringResourceMsg.h:67
const UtlString & getData() const
Return contained string.
Definition: MpStringResourceMsg.h:88
MpResourceMsgType
Resource message types.
Definition: MpResourceMsg.h:36
OsMsg * createCopy() const
Create a copy of this msg object (which may be of a derived type)
Definition: MpStringResourceMsg.h:55
UtlString mData
String to be passed to resource.
Definition: MpStringResourceMsg.h:103