omadrm/drmhelper/src/RDRMHelper.cpp
changeset 23 493788a4a8a4
parent 0 95b198f216e5
child 84 b09186059647
equal deleted inserted replaced
5:79d62d1d7957 23:493788a4a8a4
    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