homescreensrv_plat/ai_content_model_api/inc/aicontentmodel.h
branchRCL_3
changeset 8 d0529222e3f0
parent 0 79c6a41cd166
--- a/homescreensrv_plat/ai_content_model_api/inc/aicontentmodel.h	Tue Feb 02 00:23:10 2010 +0200
+++ b/homescreensrv_plat/ai_content_model_api/inc/aicontentmodel.h	Fri Feb 19 23:07:29 2010 +0200
@@ -123,6 +123,12 @@
 const char KAiContentTypeText[] = "text/plain";
  
 
+/** MIME type for passing raw data.
+ *
+ * @see MAiContentObserver::PublishPtr
+ */
+const char KAiContentTypeData[] = "data/stream";
+ 
 /**
  *  Abstract interface which provides services to iterate content items
  *  supported by the plug-in. Only used by the Active Idle Framework.