omads/omadsextensions/adapters/notes/inc/nsmlnotepadDatabase.h
changeset 38 1bb40c16ad33
parent 22 1a3f0bca12c6
--- a/omads/omadsextensions/adapters/notes/inc/nsmlnotepadDatabase.h	Tue Jul 13 03:28:47 2010 +0530
+++ b/omads/omadsextensions/adapters/notes/inc/nsmlnotepadDatabase.h	Tue Jul 13 03:31:55 2010 +0530
@@ -113,18 +113,7 @@
         */
         TBool IsOpen();
         
-        /**
-        * gets teh default database storename of the notepad database
-        * @Param aStoreName holds the default notepad database's file name.
-        */
-        void GetDefaultDatastoreName(TDes& aStoreName);
-        
-        /**
-        * lists the notepad database file names
-        * @returns available notepad database file names.
-        */
-        CDesCArray* ListDatabasesL();
-        
+            
         /**
         * Fetch all the note items if aKey is not present. Else item with the aKey.
         * @returns array of NpdItem.
@@ -140,8 +129,7 @@
    private: // Data
         
         // Flag for whether database has been opened
-        TBool iOpened;
-        HBufC* iDataFile;        
+        TBool iOpened;       
         CCalSession*        iSession;
         CCalInstanceView*   iInstanceView;
         CCalEntryView*      iEntryView;