common/tools/ats/smoketest/Utils/Inc/SmokeTestSecureFSclient.h
changeset 117 483f966c6335
child 872 17498133d9ad
equal deleted inserted replaced
113:7f0174848f99 117:483f966c6335
       
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of the License "Symbian Foundation License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 #ifndef __SMOKETEST_SECURE_FS_CLIENT_H__
       
    17 #define __SMOKETEST_SECURE_FS_CLIENT_H__
       
    18 
       
    19 #include <e32std.h>
       
    20 
       
    21 class RTestSecureFSclient : public RSessionBase
       
    22 	{
       
    23 public:
       
    24 	IMPORT_C TInt Connect();
       
    25 	IMPORT_C TInt SetHomeTime(const TTime& aTime);
       
    26 	IMPORT_C TInt DeleteFileL(const TDesC& aFileName);
       
    27 	IMPORT_C void KillProcessL(const TDesC& aProcessName);
       
    28 	IMPORT_C TInt ChangeLocaleName(const TDesC& aLocaleDllName);
       
    29 	IMPORT_C TInt CheckForFile(const TDesC& aFileName);
       
    30     IMPORT_C TInt CopyFile(const TDesC& Source, const TDesC& Dest);
       
    31     IMPORT_C void SetUpFbs();
       
    32 	};
       
    33 
       
    34 #endif // __SMOKETEST_SECURE_FS_CLIENT_H__