equal
deleted
inserted
replaced
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 syncronous operation. |
194 // because it is a static and synchronous operation. |
195 enum TMmsOperation |
195 enum TMmsOperation |
196 { |
196 { |
197 ENew, |
197 ENew, |
198 EReply, |
198 EReply, |
199 EForward |
199 EForward |