missing comment for new enum added 78/82678/2
authorKyeonghun Lee <kh9090.lee@samsung.com>
Fri, 5 Aug 2016 05:27:57 +0000 (14:27 +0900)
committerKyeonghun Lee <kh9090.lee@samsung.com>
Fri, 5 Aug 2016 08:10:33 +0000 (17:10 +0900)
Change-Id: Id14917a599ddf2074cb05a4dc1c1b39063ba1e63
Signed-off-by: Kyeonghun Lee <kh9090.lee@samsung.com>
include/mapi/msg_types.h

index 18f5d1af05ddd840057a274208a64530ea5d5d78..289645d91554f32e113fb105c22df0e0e231d67b 100755 (executable)
@@ -539,7 +539,7 @@ enum _MSG_MESSAGE_INFO_E_ {
        MSG_MESSAGE_ADDR_LIST_HND,                          /**< Indicates the address information list. */
        MSG_MESSAGE_REPLACE_BOOL,                           /**< Indicates whether the message is replace or not */
        MSG_MESSAGE_SIM_INDEX_INT,                          /**< Indicates the sim index */
-       MSG_MESSAGE_DPM_RESTRICTED_BOOL,                    /**< Indicates whether the message is DPM restricted or not*/
+       MSG_MESSAGE_DPM_RESTRICTED_BOOL,                    /**< Indicates whether the message is DPM(Device Policy Manager) restricted or not*/
        MSG_MESSAGE_INFO_MAX,                               /**< Placeholder for max value of this enum*/
 };
 
@@ -605,7 +605,7 @@ enum MSG_STRUCT_CONV_INFO_E {
        MSG_CONV_MSG_1ST_MEDIA_PATH_STR,                    /**< Indicates the First Media path of MMS */
        MSG_CONV_MSG_MULTIPART_HND,
        MSG_CONV_MSG_SIM_INDEX_INT,                         /**< Indicates the sim index */
-       MSG_CONV_MSG_DPM_RESTRICTED_BOOL,                       /**< */
+       MSG_CONV_MSG_DPM_RESTRICTED_BOOL,                       /**< Indicates whether the message is DPM(Device Policy Manager) restricted or not */
 
        MSG_CONV_INFO_MAX                                   /**< Placeholder for max value of this enum */
 };
@@ -1287,7 +1287,7 @@ enum _MSG_ERROR_E {
        MSG_ERR_DB_BUSY = -61,                  /**< DB file locked*/
        MSG_ERR_NOT_SUPPORTED = -63,            /**< Not supported */
        MSG_ERR_NOT_ALLOWED_ZONE = -100,        /**< Not allowed zone */
-       MSG_ERR_DPM_RESTRICT = -200,            /**< DPM restriction */
+       MSG_ERR_DPM_RESTRICT = -200,            /**< DPM(Device Policy Manager) restriction */
 };