realtimenetprots/sipfw/ProfileAgent/ApnManager/inc/sipapnconfigurationhandler.h
changeset 54 e4420734a2a0
parent 33 b8a7e07b2677
--- a/realtimenetprots/sipfw/ProfileAgent/ApnManager/inc/sipapnconfigurationhandler.h	Fri Sep 03 14:18:25 2010 +0300
+++ b/realtimenetprots/sipfw/ProfileAgent/ApnManager/inc/sipapnconfigurationhandler.h	Tue Oct 19 05:33:24 2010 +0530
@@ -122,8 +122,6 @@
         void ChangeApnL( const TDesC8& aApn, 
                          TBool aUseSecureAuthentication );
         
-        TBool ClearProtectedRecord( CommsDat::CCDRecordBase& aRecord );
-        
         void SetMonitoringState( TSipApnMonitoringState aMonitoringState );
         
         TSipApnMonitoringState MonitoringState() const;
@@ -157,13 +155,6 @@
 		
 		void AllowCellularDataUsage();
 
-		
-	    /**
-	    * Rollsback db in case of failure      
-	        * @param aDb 
-	    */
-	    static void RollBackDBTransaction(TAny* aDb);
-
 	private: // Data
 	
 		MSIPApnChangeObserver&          iObserver;