contentpublishingsrv/contentpublishingutils/contentpublishingmap/inc/cpliwmap.h
branchRCL_3
changeset 19 502e5d91ad42
parent 0 79c6a41cd166
child 51 15e4dd19031c
--- a/contentpublishingsrv/contentpublishingutils/contentpublishingmap/inc/cpliwmap.h	Fri Mar 12 15:43:54 2010 +0200
+++ b/contentpublishingsrv/contentpublishingutils/contentpublishingmap/inc/cpliwmap.h	Mon Mar 15 12:41:53 2010 +0200
@@ -112,7 +112,7 @@
      */
     IMPORT_C TBool GetPropertyL( const TDesC8& aProperty,
              RBuf& aResult ) const;
-
+    
     /**
      * Fetches value for property(key) from internal map
      *
@@ -588,6 +588,14 @@
      * @return result of RSqlStatement::ColumnIndex
      */ 
     TInt ColumnIndexL( RSqlStatement& aStmt, const TDesC& aColumnName )	const;
+    
+    /**
+     * Returns ETrue if a property has valid name and type
+     * @param aProperty property name
+     * @return ETrue if property is valid, EFalse if not
+     */ 
+    TBool IsPropertyValidL( const TDesC8& aProperty ) const;
+
 protected:
 
     /**