First public contribution.
2 * Copyright (c) 1996-2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of the License "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
15 * File Name: f32test/fileshare/handshare64bit.h
16 * Client side Interface for the 64bit file handle server
17 * used by t_file64bit.cpp
25 #ifndef __HANDSHARE64BIT_H__
26 #define __HANDSHARE64BIT_H__
30 class RFileHandleSharer64Bit : public RSessionBase
35 EMsgGetFileHandleLargeFile,
36 EMsgPassFileHandleProcessLargeFileClient,
37 EMsgPassFileHandleProcessLargeFileCreator,
44 TInt SetTestDrive(TInt aDrive);
45 TInt GetFileHandleLargeFile2(TInt &aHandle, TFileMode aFileMode);
46 TInt PassFileHandleProcessLargeFileClient(TIpcArgs& aIpcArgs);
47 TInt PassFileHandleProcessLargeFileCreator();
53 _LIT8(KTestData, "Client Write Client Write");
54 _LIT8(KTestData1, "Server Write Server Write");
55 _LIT8(KTestData2, "How");
56 _LIT8(KTestData3, "How are U");
57 _LIT8(KTestData4, "Server!!!");
60 _LIT( KSvrFileName, "mini.txt");
61 _LIT( KCliFileName, "mighty.txt");
62 _LIT( KServerFileName, "server.txt");