webengine/wmlengine/src/lmgr/include/ObjectUtils.h
branchCompilerCompatibility
changeset 49 4c02a47fcdfc
parent 37 cb62a4f66ebe
--- a/webengine/wmlengine/src/lmgr/include/ObjectUtils.h	Thu Mar 04 13:17:10 2010 -0800
+++ b/webengine/wmlengine/src/lmgr/include/ObjectUtils.h	Thu Mar 04 14:02:57 2010 -0800
@@ -200,7 +200,7 @@
         *
         * @return void
         */
-        static void ObjectUtils::RemoveAttributeL( CDesCArray& aNameArray,
+        static void RemoveAttributeL( CDesCArray& aNameArray,
                  CDesCArray& aValueArray, const TDesC& aName );
 
         /**
@@ -210,7 +210,7 @@
         *
         * @return the associated content type of NULL if no association exists.
         */
-        static TDesC* ObjectUtils::GetAssociatedContentType(const TDesC& aClassId);
+        static TDesC* GetAssociatedContentType(const TDesC& aClassId);
 
         /**
         * Returns the source param name associated with the given class-id.
@@ -219,7 +219,7 @@
         *
         * @return the associated source param name of NULL if no association exists.
         */
-        static TDesC* ObjectUtils::GetAssociatedSourceParamName(const TDesC& aClassId);
+        static TDesC* GetAssociatedSourceParamName(const TDesC& aClassId);
 
         /**
         * General purpose panic function for Object related errors.
@@ -237,7 +237,7 @@
         * @param aUrl The uri with file name and extension.
         * @return the content type of the uri
         */
-		static HBufC* ObjectUtils::GetContentTypeByUrl(const TDesC* aUri);
+		static HBufC* GetContentTypeByUrl(const TDesC* aUri);
 
     private:  // Private Methods
         /**
@@ -289,7 +289,7 @@
         *                       (either KParamName or KContentType)
         * @return the value or NULL on out of memory.
         */
-        static TDesC* ObjectUtils::GetClassidAssociation(const TDesC& aClassId, 
+        static TDesC* GetClassidAssociation(const TDesC& aClassId, 
                 TInt aValueSelector);
     };