sl@0: // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // sl@0: sl@0: #if !defined(__BACKUP_STD_H__) sl@0: #define __BACKUP_STD_H__ sl@0: sl@0: #include sl@0: sl@0: /** sl@0: @internalComponent sl@0: */ sl@0: _LIT(__BACKUP_SERVER_NAME_V2,"!BackupServer"); sl@0: sl@0: /** sl@0: @internalComponent sl@0: */ sl@0: enum TBaBakOpCode sl@0: { sl@0: EBakOpCodeEventReady=20, // EBakOpCodeStartNotifications, sl@0: EBakOpCodeGetEvent, sl@0: EBakOpCodeCloseAllFiles, sl@0: EBakOpCodeRestartAll, sl@0: EBakOpCodeCloseFile, sl@0: EBakOpCodeRestartFile, sl@0: EBakOpCodeNotifyLockChange, sl@0: EBakOpCodeNotifyLockChangeCancel, sl@0: EBakOpCodeCloseServer, // no longer supported sl@0: EBakOpCodeNotifyBackupOperation, sl@0: EBakOpCodeCancelOutstandingBackupOperationEvent, sl@0: EBakOpCodeGetBackupOperationState, sl@0: EBakOpCodeBackupOperationEventReady, sl@0: EBakOpCodeGetBackupOperationEvent, sl@0: EBakOpCodeSetBackupOperationObserverIsPresent, sl@0: EBakOpCodeStopNotifications sl@0: }; sl@0: sl@0: #endif