omadrm/drmplugins/drmrohandler/src/rohandlerdmgrwrapper.cpp
changeset 23 493788a4a8a4
parent 0 95b198f216e5
child 29 3bdc3b853094
equal deleted inserted replaced
5:79d62d1d7957 23:493788a4a8a4
    20 #endif
    20 #endif
    21 #include <centralrepository.h>
    21 #include <centralrepository.h>
    22 #include <cdblen.h>
    22 #include <cdblen.h>
    23 
    23 
    24 #ifdef __SERIES60_NATIVE_BROWSER
    24 #ifdef __SERIES60_NATIVE_BROWSER
    25 #include <browseruisdkcrkeys.h>
    25 #include <BrowserUiSDKCRKeys.h>
    26 #endif
    26 #endif
    27 
    27 
    28 #include <cmconnectionmethod.h>
    28 #include <cmconnectionmethod.h>
    29 #include <cmdestination.h>
    29 #include <cmdestination.h>
    30 #include <cmconnectionmethoddef.h>
    30 #include <cmconnectionmethoddef.h>
    34 #include <driveinfo.h>
    34 #include <driveinfo.h>
    35 #endif
    35 #endif
    36 
    36 
    37 #include <data_caging_path_literals.hrh>
    37 #include <data_caging_path_literals.hrh>
    38 
    38 
    39 #include <downloadmgrclient.h>
    39 #include <DownloadMgrClient.h>
    40 
    40 
    41 #include <es_enum.h> // tconnectioninfo
    41 #include <es_enum.h> // tconnectioninfo
    42 #include <es_sock.h> // rconnection rsocket
    42 #include <es_sock.h> // rconnection rsocket
    43 #include <roapeng.h>
    43 #include <RoapEng.h>
    44 #include <roapdef.h>
    44 #include <RoapDef.h>
    45 #include <roapobserver.h>
    45 #include <RoapObserver.h>
    46 #include "roapsyncwrapper.h"
    46 #include "RoapSyncWrapper.h"
    47 
    47 
    48 #include "rohandlerdmgrwrapper.h"
    48 #include "rohandlerdmgrwrapper.h"
    49 
    49 
    50 #ifdef _DEBUG
    50 #ifdef _DEBUG
    51 #define DRMDEBUG( a ) RDebug::Print( a )
    51 #define DRMDEBUG( a ) RDebug::Print( a )