wmdrm/wmdrmengine/wmdrmserver/server/inc/wmdrmclientserver.h
changeset 0 95b198f216e5
child 47 5ed7931150e9
equal deleted inserted replaced
-1:000000000000 0:95b198f216e5
       
     1 /*
       
     2 * Copyright (c) 2007-2008 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:  Common client server definitions
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef __WMDRMCLIENTSERVER_H
       
    20 #define __WMDRMCLIENTSERVER_H
       
    21 
       
    22 #include <e32std.h>
       
    23 
       
    24 // Client/server messages
       
    25 enum TWmDrmMessages
       
    26 	{
       
    27     EInitStore,
       
    28     ERemoveStore,
       
    29     EInitNamespace,
       
    30     ERemoveNamespace,
       
    31     ESlotOpen,
       
    32     ESlotCreate,
       
    33     ESlotSeek,
       
    34     ESlotRead,
       
    35     ESlotWrite,
       
    36     ESlotDelete,
       
    37     ESlotClose,
       
    38     ESlotResize,
       
    39     EEnumerateStart,
       
    40     EEnumerateReload,
       
    41     EEnumerateNext,
       
    42     EEnumerateDelete,
       
    43     EEnumerateEnd,
       
    44     ELogStats,
       
    45     EEmptyCache,
       
    46     ETimeValid,
       
    47     ESetTimeAsValid,
       
    48     EDeleteRights,
       
    49     EStoreState,
       
    50     EGetTime
       
    51 	};
       
    52 
       
    53 #endif //  __WMDRMCLIENTSERVER_H