omadrm/drmengine/dcfrepository/server/src/DcfRepSrv.cpp
changeset 23 493788a4a8a4
parent 0 95b198f216e5
child 32 457cd4423b8c
child 84 b09186059647
equal deleted inserted replaced
5:79d62d1d7957 23:493788a4a8a4
    26 #include    <e32base.h>
    26 #include    <e32base.h>
    27 #include    <f32file.h>
    27 #include    <f32file.h>
    28 #include    <caf/data.h>
    28 #include    <caf/data.h>
    29 #include    <caf/content.h>
    29 #include    <caf/content.h>
    30 #include    <Oma2Agent.h> // oma2agent
    30 #include    <Oma2Agent.h> // oma2agent
    31 #include    "Oma2Dcf.h"
    31 #include    "oma2dcf.h"
    32 #include    "Oma1Dcf.h"
    32 #include    "Oma1Dcf.h"
    33 #include    "drmlog.h"
    33 #include    "drmlog.h"
    34 #include <starterclient.h>
    34 #include <starterclient.h>
    35 
    35 
    36 #ifdef RD_MULTIPLE_DRIVE
    36 #ifdef RD_MULTIPLE_DRIVE
    37 #include    <DriveInfo.h>
    37 #include    <driveinfo.h>
    38 #endif
    38 #endif
    39 
    39 
    40 // EXTERNAL DATA STRUCTURES
    40 // EXTERNAL DATA STRUCTURES
    41 // EXTERNAL FUNCTION PROTOTYPES
    41 // EXTERNAL FUNCTION PROTOTYPES
    42 // CONSTANTS
    42 // CONSTANTS
   203 #else
   203 #else
   204 LOCAL_C TParse DataFile()
   204 LOCAL_C TParse DataFile()
   205 #endif
   205 #endif
   206     {
   206     {
   207 #ifdef _DRM_TESTING
   207 #ifdef _DRM_TESTING
   208     TRAP_IGNORE( WriteL(_L8("DataFile")) ); 
   208     TRAP_IGNORE( WriteL(_L8("DataFile")) );
   209 #endif
   209 #endif
   210 
   210 
   211     TParse p;
   211     TParse p;
   212 
   212 
   213 #ifndef RD_MULTIPLE_DRIVE
   213 #ifndef RD_MULTIPLE_DRIVE