Add Memory Cache module for Consumer on Linux.
[platform/upstream/iotivity.git] / service / notification / src / common / NSConstants.h
index 83a4f6c..d431772 100644 (file)
@@ -124,6 +124,8 @@ typedef enum eCacheType
 {
     NS_PROVIDER_CACHE_SUBSCRIBER = 1000,
     NS_PROVIDER_CACHE_MESSAGE = 1001,
+
+    NS_CONSUMER_CACHE_MESSAGE = 2001,
 } NSCacheType;
 
 typedef enum eResourceType
@@ -132,4 +134,4 @@ typedef enum eResourceType
     NS_RESOURCE_SYNC = 1001,
 } NSResourceType;
 
-#endif /* _NS_CONSTANTS_H_ */
+#endif /* _NS_CONSTANTS_H_ */
\ No newline at end of file