equal
deleted
inserted
replaced
56 class CCreatorMessageElement : public CCreatorScriptElement |
56 class CCreatorMessageElement : public CCreatorScriptElement |
57 { |
57 { |
58 public: |
58 public: |
59 static CCreatorMessageElement* NewL(CCreatorEngine* aEngine, const TDesC& aName, const TDesC& aContext = KNullDesC); |
59 static CCreatorMessageElement* NewL(CCreatorEngine* aEngine, const TDesC& aName, const TDesC& aContext = KNullDesC); |
60 void ExecuteCommandL(); |
60 void ExecuteCommandL(); |
61 void AsyncExecuteCommandL(); |
|
62 protected: |
61 protected: |
63 CCreatorMessageElement(CCreatorEngine* aEngine); |
62 CCreatorMessageElement(CCreatorEngine* aEngine); |
64 /* |
63 /* |
65 * Creates message address. The address type is based on the message type. |
64 * Creates message address. The address type is based on the message type. |
66 * @return Phone number string for SMS, MMS, AMS and Smart messages. Email address for other types. |
65 * @return Phone number string for SMS, MMS, AMS and Smart messages. Email address for other types. |