contentmgmt/contentaccessfwfordrm/inc/content.h
changeset 30 cf642210ecb7
parent 15 da2ae96f639b
child 53 030c4fbc13d7
--- a/contentmgmt/contentaccessfwfordrm/inc/content.h	Tue Nov 24 09:06:03 2009 +0200
+++ b/contentmgmt/contentaccessfwfordrm/inc/content.h	Thu Dec 17 09:28:34 2009 +0200
@@ -19,7 +19,7 @@
 /** 
 @file
 
-@publishedPartner
+@publishedAll
 @released
 */
 
@@ -70,9 +70,6 @@
    
   During construction CContent loads the correct CAF Agent plugin to handle 
   the file specified by the URI.
-  
-  @publishedPartner
-  @released
  */
 	class CContent :  public CBase
 		{
@@ -954,6 +951,11 @@
 		*/
 		IMPORT_C const TAgent& Agent() const;
 		
+		/** Indicates the mode in which the content is shared.
+			@return The content sharing mode
+		*/
+		inline TContentShareMode ShareMode() const;
+		
 #ifndef REMOVE_CAF1
 		/** Create a CData object for reading the content 
 
@@ -1056,5 +1058,8 @@
 
 		};
 
+#include <caf/content.inl>
 	} // namespace ContentAccess
-#endif /* __CONTENT_H__ */
+
+#endif // __CONTENT_H__ 
+