omadrm/drmhelper/src/RDRMHelper.cpp
branchRCL_3
changeset 12 8a03a285ab14
parent 0 95b198f216e5
equal deleted inserted replaced
11:e16d72588c28 12:8a03a285ab14
    17 
    17 
    18 
    18 
    19 // INCLUDE FILES
    19 // INCLUDE FILES
    20 #include <e32std.h>
    20 #include <e32std.h>
    21 #include <e32math.h>
    21 #include <e32math.h>
    22 #include <drmcommon.h>
    22 #include <DRMCommon.h>
    23 #include "drmhelpercommon.h"
    23 #include "DRMHelperCommon.h"
    24 #include "drmhelperserver.h"
    24 #include "DRMHelperServer.h"
    25 #include "RDRMHelper.h"
    25 #include "rdrmhelper.h"
    26 
    26 
    27 // LOCAL CONSTANTS AND MACROS
    27 // LOCAL CONSTANTS AND MACROS
    28 
    28 
    29 // Number of message slots to reserve for this client server session.
    29 // Number of message slots to reserve for this client server session.
    30 // Since we only communicate synchronously here, we never have any
    30 // Since we only communicate synchronously here, we never have any