tzservices/tzloc/inc/TzLocalizationDbAccessor.h
branchRCL_3
changeset 82 4610cd70c542
parent 63 c2c61fdca848
equal deleted inserted replaced
70:739cef680932 82:4610cd70c542
    86 		static void ReleaseMutex(TAny *target) ;
    86 		static void ReleaseMutex(TAny *target) ;
    87 
    87 
    88 	private:
    88 	private:
    89 		TInt CreateFrequentlyUsedZoneTableL();
    89 		TInt CreateFrequentlyUsedZoneTableL();
    90 		TInt CreateUserCityTableL();
    90 		TInt CreateUserCityTableL();
       
    91 		TBool IsTableCreatedL(const TDesC& aTableName) const;
    91         void CloseDb();
    92         void CloseDb();
    92         void OpenDbL();
    93         void OpenDbL();
       
    94 		
    93 
    95 
    94 	protected:
    96 	protected:
    95 		//Member data
    97 		//Member data
    96 		RDbs iDbsSession;						//DBMS server session
    98 		RDbs iDbsSession;						//DBMS server session
    97 		RDbNamedDatabase iLocalizedTimeZoneDb;	//Database
    99 		RDbNamedDatabase iLocalizedTimeZoneDb;	//Database