persistentstorage/sql/SRC/Server/SqlBur.h
branchRCL_3
changeset 9 667e88a979d7
parent 8 fa9941cf3867
equal deleted inserted replaced
8:fa9941cf3867 9:667e88a979d7
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
   140 			ERestoreExpectData, 			// now for the data
   140 			ERestoreExpectData, 			// now for the data
   141 			ERestoreComplete 				// tidy up after restore
   141 			ERestoreComplete 				// tidy up after restore
   142 			};
   142 			};
   143 			
   143 			
   144 		CActiveBackupClient *iActiveBackupClient;
   144 		CActiveBackupClient *iActiveBackupClient;
   145 		RProperty iProperty;
   145 		RProperty iBurProperty;//B&R property published by the B&R server. SQL server subscribes for notifications.
   146 		MSqlSrvBurInterface *iInterface; // the SQL server
   146 		MSqlSrvBurInterface *iInterface; // the SQL server
   147 		RArray<TParse> iFileList; // which is populated by the SQL server
   147 		RArray<TParse> iFileList; // which is populated by the SQL server
   148 		RFile64 iFile;
   148 		RFile64 iFile;
   149 		TInt iFileIndex;
   149 		TInt iFileIndex;
   150 		TUint iState;
   150 		TUint iState;