Got rid of some trivial warnings (nested comments and tokens after #endif). CompilerCompatibility
authorStefan Karlsson <stefan.karlsson@nokia.com>
Sat, 10 Apr 2010 13:41:11 +0100
branchCompilerCompatibility
changeset 12 da1aed915737
parent 8 f79210aad4ca
Got rid of some trivial warnings (nested comments and tokens after #endif).
imagehandling_plat/thumbnailmanager_api/inc/thumbnailmanager.h
--- a/imagehandling_plat/thumbnailmanager_api/inc/thumbnailmanager.h	Sun Mar 14 13:11:03 2010 +0000
+++ b/imagehandling_plat/thumbnailmanager_api/inc/thumbnailmanager.h	Sat Apr 10 13:41:11 2010 +0100
@@ -416,19 +416,18 @@
     virtual TInt ChangePriority( TThumbnailRequestId aId, TInt aNewPriority ) =
         0;
 
-    /**
-     * Get a list of supported file formats for object files.
-     * 
-     * The return value is a reference to a list that contains each
-     * supported MIME type. There may also be wildcards, such as "image/*".
-     * 
-     * The returned reference is valid until CThumbnailManager is
-     * destroyed or GetSupportedMimeTypesL() is called again.
-     *
-     * @since S60 v5.0
-     * @return A list of supported MIME types. May contain wildcards.
-     *         Ownership not transferred.
-     */
+    //! Get a list of supported file formats for object files.
+    //! 
+    //! The return value is a reference to a list that contains each
+    //! supported MIME type. There may also be wildcards, such as "image/*".
+    //! 
+    //! The returned reference is valid until CThumbnailManager is
+    //! destroyed or GetSupportedMimeTypesL() is called again.
+    //!
+    //! @since S60 v5.0
+    //! @return A list of supported MIME types. May contain wildcards.
+    //!         Ownership not transferred.
+    //!
     virtual const CDesCArray& GetSupportedMimeTypesL() = 0;
 
     /**