upload tizen1.0 source
[profile/ivi/obexd.git] / plugins / messages.h
index c47abc7..9a42e86 100644 (file)
@@ -119,55 +119,6 @@ struct messages_filter {
        uint8_t priority;
 };
 
-#ifdef TIZEN_PATCH
-/* To store Application parameters.
- * See MAP specification for the details.
- * filter - Parameters on which we filter the message list to be sent.
- * maxlistcount - Maximum number of Messages or folders to be sent,
- *             if not mentioned it is 1024.
- * offset - Offset from where the list is to be sent, if not mentioned it is 0.
- * attachment - Indicates if any attachment i.e. ON or OFF.
- * transparent -To tell MSE that no copy shall me kept in Sent folder.
- * retry -To indicate if successive attempts to be made, incase network is not
- *              accessible.
- * newmessage -To indicate unread messages in message listing.
- * notification_status -Indicates Incoming message notification On/Off.
- * mas_instance -Indicate corresponding 'MASInstanceID', as only one MNS
- *                       connection can be made with an MSE.
- * folderlisting_size -Used in response if the value of maxlistcount is 0.
- * messagelisting_size -Used in response if the value of maxlistcount is 0.
- * subject_length -Maximum length of the Subject in Messages-Listing.
- * fraction_request -Used only if the message is fractioned.
- * fraction_delivery -Used only if fraction_request is present in Get Message
- *                               Request.
- * charset - Determines trans-coding of the text i.e. "Native" or "UTF-8".
- * status_indicator - Indicates which status information is to be modified
- *             i.e. "readStatus" or "deletedStatus".
- * status_value - Indicates value to status_indicator i.e. "yes" or "no".
- * msetime -To report the local time of MSE and its UTC Offset.
- */
-struct apparam_field {
-       struct messages_filter *filter;
-       uint16_t maxlistcount;
-       uint16_t offset;
-       uint8_t attachment;
-       uint8_t transparent;
-       uint8_t retry;
-       uint8_t newmessage;
-       uint8_t notification_status;
-       uint8_t mas_instance;
-       uint16_t folderlisting_size;
-       uint16_t messagelisting_size;
-       uint8_t subject_length;
-       uint8_t charset;
-       uint8_t fraction_request;
-       uint8_t fraction_delivery;
-       uint8_t status_indicator;
-       uint8_t status_value;
-       char *msetime;
-};
-#endif
-
 /* This is called once after server starts.
  *
  * Returns value less than zero if error. This will prevent MAP plugin from