mmsengine/mmsmessage/inc/mmsmessageoperation.h
changeset 79 2981cb3aa489
parent 23 238255e8b033
equal deleted inserted replaced
25:84d9eb65b26f 79:2981cb3aa489
   189 
   189 
   190     private:
   190     private:
   191 
   191 
   192         // Different operations that this class is able to perform
   192         // Different operations that this class is able to perform
   193         // NOTE: Forward without retrieval operation is not in this list
   193         // NOTE: Forward without retrieval operation is not in this list
   194         //       because it is a static and synchronous operation.
   194         //       because it is a static and syncronous operation.
   195         enum TMmsOperation
   195         enum TMmsOperation
   196             {
   196             {
   197             ENew,
   197             ENew,
   198             EReply,
   198             EReply,
   199             EForward
   199             EForward