11 #ifndef _MprnProgressMsg_h_ 12 #define _MprnProgressMsg_h_ 18 #include "utl/UtlString.h" 44 const UtlString& namedResOriginator,
45 unsigned posMS,
unsigned totalMS);
103 #endif // _MprnProgressMsg_h_ virtual ~MprnProgressMsg()
Destructor.
Definition: MprnProgressMsg.cpp:54
MprnProgressMsg(MpResNotificationMsg::RNMsgType msgType, const UtlString &namedResOriginator, unsigned posMS, unsigned totalMS)
Constructor.
Definition: MprnProgressMsg.cpp:30
void setPositionMS(unsigned posMS)
Set the position in milliseconds this message reports.
Definition: MprnProgressMsg.cpp:77
Definition: MprnProgressMsg.h:33
virtual OsMsg * createCopy(void) const
Create a copy of this msg object (which may be of a derived type)
Definition: MprnProgressMsg.cpp:48
unsigned getPositionMS(void) const
Get the current reported position of this progress update in MS.
Definition: MprnProgressMsg.cpp:91
MprnProgressMsg & operator=(const MprnProgressMsg &rhs)
Assignment operator.
Definition: MprnProgressMsg.cpp:63
Definition: MpResNotificationMsg.h:31
unsigned getTotalMS(void) const
Get the total size of the buffer in milliseconds this message reports.
Definition: MprnProgressMsg.cpp:97
unsigned mTotalMS
Total size in milliseconds.
Definition: MprnProgressMsg.h:98
RNMsgType
Phone set message types.
Definition: MpResNotificationMsg.h:37
void setTotalMS(unsigned totalMS)
Set the total size of the buffer in milliseconds this message reports.
Definition: MprnProgressMsg.cpp:83
unsigned mCurPositionMS
current position reported, in milliseconds.
Definition: MprnProgressMsg.h:97