omadrm/drmengine/agentv2/src/Oma2AgentContent.cpp
changeset 23 493788a4a8a4
parent 0 95b198f216e5
child 31 908beac81e0a
child 71 1221b68b8a5f
equal deleted inserted replaced
5:79d62d1d7957 23:493788a4a8a4
    17 
    17 
    18 
    18 
    19 
    19 
    20 // INCLUDE FILES
    20 // INCLUDE FILES
    21 #include <caf/caf.h>
    21 #include <caf/caf.h>
       
    22 #include <caf/cafplatform.h>
    22 #include <caf/bitset.h>
    23 #include <caf/bitset.h>
    23 #include <caf/attribute.h>
    24 #include <caf/attribute.h>
    24 #include <e32test.h>
    25 #include <e32test.h>
    25 #include <utf.h>
    26 #include <utf.h>
    26 
    27 
    27 
    28 
    28 #include <schemehandler.h>
    29 #include <schemehandler.h>
    29 
    30 
    30 
    31 
    31 #include "oma2agentcontent.h"
    32 #include "Oma2AgentContent.h"
    32 #include "oma2agentattributes.h"
    33 #include "Oma2AgentAttributes.h"
    33 #include "oma1dcf.h"
    34 #include "Oma1Dcf.h"
    34 #include "oma2dcf.h"
    35 #include "oma2dcf.h"
    35 #include "symmetric.h"
    36 #include "symmetric.h"
    36 #include "DrmRights.h"
    37 #include "DRMRights.h"
    37 #include "Oma2DcfPartInfo.h"
    38 #include "Oma2DcfPartInfo.h"
    38 #include "DrmProtectedRoParser.h"
    39 #include "DRMProtectedRoParser.h"
    39 
    40 
    40 using namespace ContentAccess;
    41 using namespace ContentAccess;
    41 
    42 
    42 // LOCAL FUNCTION PROTOTYPES
    43 // LOCAL FUNCTION PROTOTYPES
    43 LOCAL_C TInt MapContentShareMode(TContentShareMode aMode);
    44 LOCAL_C TInt MapContentShareMode(TContentShareMode aMode);
   544 
   545 
   545 // -----------------------------------------------------------------------------
   546 // -----------------------------------------------------------------------------
   546 // COma2AgentContent::NotifyStatusChange
   547 // COma2AgentContent::NotifyStatusChange
   547 //
   548 //
   548 // -----------------------------------------------------------------------------
   549 // -----------------------------------------------------------------------------
   549 // 
   550 //
   550 void COma2AgentContent::NotifyStatusChange(
   551 void COma2AgentContent::NotifyStatusChange(
   551     TEventMask aEventMask,
   552     TEventMask aEventMask,
   552     TRequestStatus& aStatus,
   553     TRequestStatus& aStatus,
   553     const TDesC& aUniqueId)
   554     const TDesC& aUniqueId)
   554     {
   555     {