filemanager/src/fmbkupengine/inc/MMCScBkupSBEUtils.h
branchRCL_3
changeset 39 65326cf895ed
parent 38 491b3ed49290
child 42 f5c50b8af68c
--- a/filemanager/src/fmbkupengine/inc/MMCScBkupSBEUtils.h	Tue Aug 31 15:06:05 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,119 +0,0 @@
-/*
-* Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies).
-* All rights reserved.
-* This component and the accompanying materials are made available
-* under the terms of "Eclipse Public License v1.0""
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description: Declaration for MMCScBkupSBEUtils
-*     
-*
-*/
-
-#ifndef __MMCSCBKUPSBEUTILS_H__
-#define __MMCSCBKUPSBEUTILS_H__
-
-// System includes
-#include <f32file.h>
-#include <connect/sbtypes.h>
-#include <connect/sbeclient.h>
-
-// Namespaces
-using namespace conn;
-
-
-/**
-*
-*
-* @since 3.0
-*/
-class MMCScBkupSBEUtils
-    {
-    public:
-
-        /**
-        *
-        */
-        static TSecureId SecureIdFromGenericL(const CSBGenericDataType& aGeneric);
-
-        /**
-        *
-        */
-        static TUid PackageIdFromGenericL(const CSBGenericDataType& aGeneric);
-
-        /**
-        *
-        */
-        static HBufC* JavaHashFromGenericLC(const CSBGenericDataType& aGeneric);
-
-        /**
-        *
-        */
-        static CSBGenericDataType* CopyLC(const CSBGenericDataType& aToBeCopied);
-
-        /**
-        *
-        */
-        static CSBGenericTransferType* TransferTypeLC(const CSBGenericDataType& aDT, TDriveNumber aDrive, 
-            TTransferDataType aTransferType, TInt aVersion);
-
-        /**
-        *
-        */
-        static CSBGenericTransferType* TransferTypeLC(const CSBGenericDataType& aDT, TDriveNumber aDrive, 
-            TPackageDataType aDataType, TInt aVersion);
-
-        /**
-        *
-        */
-        static CSBGenericTransferType* TransferTypeLC(const CSBGenericDataType& aDT, TDriveNumber aDrive, 
-            TJavaTransferType aDataType, TInt aVersion);
-
-        /**
-        *
-        */
-        static TBool PhoneIsInBackupOrRestoreModeL();
-
-        /**
-        *
-        */
-        static void EndBackupOrRestoreL( CSBEClient& aSBEClient );
-        
-        /**
-        *
-        */
-        static TBool HasSystemDataL( const CDataOwnerInfo& aDataOwner );
-
-        /**
-        *
-        */
-        static TBool HasJavaDataL( const CDataOwnerInfo& aDataOwner );
-
-        /**
-        *
-        */
-        static TBool HasPassiveDataL( const CDataOwnerInfo& aDataOwner );
-
-        /**
-        *
-        */
-        static TBool HasActiveDataL( const CDataOwnerInfo& aDataOwner );
-
-        /**
-        *
-        */
-        static TBool HasPublicDataL( const CDataOwnerInfo& aDataOwner );
-    };
-
-
-
-
-#endif // __MMCSCBKUPSBEUTILS_H__
-
-//End of File