javaextensions/iapinfo/inc.s60/javacommdb.h
branchRCL_3
changeset 26 2455ef1f5bbc
parent 25 ae942d28ec0e
child 27 d5e927d5853b
--- a/javaextensions/iapinfo/inc.s60/javacommdb.h	Tue Aug 31 15:09:22 2010 +0300
+++ b/javaextensions/iapinfo/inc.s60/javacommdb.h	Wed Sep 01 12:33:18 2010 +0100
@@ -23,7 +23,6 @@
 #include <commsdat.h>
 #include <metadatabase.h>
 #include "com_nokia_mid_iapinfo_CommsTable.h"
-#include "iapinfosession.h"
 
 using namespace CommsDat;
 
@@ -42,8 +41,6 @@
 public:
 
     ~ JavaCommDB();
-    
-    JavaCommDB(IapInfoSession *aSess);
 
     /**
      * Opens the given table.
@@ -53,12 +50,12 @@
      */
     void OpenL(const TDesC&);
 
-    static void Destroy(JavaCommDB* aObj);
     /**
      * Close the table and delete allocated member objects.
-     * @since S60 v3.0     
+     * @since S60 v3.0
+     * @return error code
      */
-    void Close();
+    TInt Close();
 
     /**
      * Get number of records in the current table.
@@ -136,9 +133,6 @@
      * Initialized in the Open() function.
      */
     CMDBRecordSet<CCDRecordBase>* iTable;
-
-public:    
-    IapInfoSession* iSession; 
 };
 
 #endif // JAVACOMMDB_H