equal
deleted
inserted
replaced
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 { |