#include <gsmuieoperations.h>
class CSmsCtrlOperation : public CSmsIEOperation, public CSmsIEOperation |
Protected Member Functions | |
---|---|
CSmsCtrlOperation(CSmsInformationElement::TSmsInformationElementIdentifier, CSmsMessage &) | |
~CSmsCtrlOperation() | |
void | operator=(const CSmsCtrlOperation &) |
TBool | operator==(const CSmsCtrlOperation &) |
Inherited Attributes | |
---|---|
CSmsIEOperation::iMessage |
CSmsCtrlOperation | ( | CSmsInformationElement::TSmsInformationElementIdentifier | aId, |
CSmsMessage & | aMessage | ||
) | [protected] |
~CSmsCtrlOperation | ( | ) | [protected, inline] |
void | operator= | ( | const CSmsCtrlOperation & | ) | [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 CSmsCtrlOperation & | ) | [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 |