X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=service%2Fnotification%2Finclude%2FNSCommon.h;h=35200dfcc245834341c1ac9ce10426b0c71a45ac;hb=7f00f942c39b7bc27c7eeecf213a239c3fe4173c;hp=82cf21ab48df4a0e5c6398e541b82a775f4cf7a6;hpb=edcfc3d2329da7b914771c0dcff5f42c9b74fd93;p=platform%2Fupstream%2Fiotivity.git diff --git a/service/notification/include/NSCommon.h b/service/notification/include/NSCommon.h index 82cf21a..35200df 100644 --- a/service/notification/include/NSCommon.h +++ b/service/notification/include/NSCommon.h @@ -31,7 +31,7 @@ #include #define NS_UUID_STRING_SIZE 37 - +//#define WITH_MQ /** * Result code of notification service */ @@ -81,6 +81,8 @@ typedef enum NS_MESSAGE_EVENT = 3, NS_MESSAGE_INFO = 4, NS_MESSAGE_WARNING = 5, + NS_MESSAGE_READ = 11, + NS_MESSAGE_DELETED = 12 } NSMessageType;