#include <gsmunonieoperations.h>
class CSmsCtrlNonIEOperation : public CSmsNonIEOperation, public CSmsNonIEOperation |
Protected Member Functions | |
---|---|
CSmsCtrlNonIEOperation(TSmsNonIEIdentifier, CSmsMessage &) | |
~CSmsCtrlNonIEOperation() | |
void | operator=(const CSmsCtrlNonIEOperation &) |
TBool | operator==(const CSmsCtrlNonIEOperation &) |
Inherited Attributes | |
---|---|
CSmsNonIEOperation::iMessage |
CSmsCtrlNonIEOperation | ( | TSmsNonIEIdentifier | aId, |
CSmsMessage & | aMessage | ||
) | [protected] |
~CSmsCtrlNonIEOperation | ( | ) | [protected, inline] |
void | operator= | ( | const CSmsCtrlNonIEOperation & | ) | [protected] |
Prevent clients from using the assignment operator by including it in the class definition but making it protected and not exporting it.
Capability | |
---|---|
None |
TBool | operator== | ( | const CSmsCtrlNonIEOperation & | ) | [protected] |
Prevent clients from using the equality operator by including it in the class definition but making it protected and not exporting it.
Capability | |
---|---|
None |