xdmprotocols/XcapProtocol/XcapCache/Server/inc/XcapCacheServerMain.h
branchRCL_3
changeset 17 2669f8761a99
parent 16 2580314736af
child 18 fbd2e7cec7ef
equal deleted inserted replaced
16:2580314736af 17:2669f8761a99
     1 /*
       
     2 * Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "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".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:   XcapCacheServerMain
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #ifndef __XCAPCACHESERVERMAIN_H__
       
    22 #define __XCAPCACHESERVERMAIN_H__
       
    23 
       
    24 // INCLUDES
       
    25 #include <e32std.h>
       
    26 #include <f32file.h>
       
    27 
       
    28 class CXcapCacheIndex;
       
    29 class CXcapCacheIndexAdmin;
       
    30 
       
    31 RFs                         FsSession; 
       
    32 CXcapCacheIndex*            CacheIndex = NULL;
       
    33 CXcapCacheIndexAdmin*       CacheIndexAdmin = NULL;
       
    34 
       
    35 #endif
       
    36 
       
    37 // End of File