filemanager/bkupengine/inc/MMCScBkupSBEUtils.h
changeset 0 6a9f87576119
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/filemanager/bkupengine/inc/MMCScBkupSBEUtils.h	Mon Jan 18 20:09:41 2010 +0200
@@ -0,0 +1,119 @@
+/*
+* 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