commondrm/drmutility/inc/DrmUiHandlingImpl.h
changeset 49 69d8e75812b7
parent 46 78de010160a8
equal deleted inserted replaced
48:c68061d56109 49:69d8e75812b7
    30 #include <drmutilitytypes.h>
    30 #include <drmutilitytypes.h>
    31 
    31 
    32 //*** forward declarations go here:
    32 //*** forward declarations go here:
    33 class CCoeEnv;
    33 class CCoeEnv;
    34 class CDRMConstraint;
    34 class CDRMConstraint;
    35 class CSchemeHandler;
       
    36 
    35 
    37 namespace ContentAccess
    36 namespace ContentAccess
    38     {
    37     {
    39     class CData;
    38     class CData;
    40     }
    39     }
   854     TInt iOperationId;
   853     TInt iOperationId;
   855 
   854 
   856     // Wait for the notes and queries
   855     // Wait for the notes and queries
   857     CActiveSchedulerWait iWait;
   856     CActiveSchedulerWait iWait;
   858 
   857 
   859     // Schemehandler for url handling
       
   860     CSchemeHandler* iSchemeHandler;
       
   861 
       
   862     // Operation Queue:
   858     // Operation Queue:
   863     CDrmUiHandlingData* iFirst;
   859     CDrmUiHandlingData* iFirst;
   864     CDrmUiHandlingData* iLast;
   860     CDrmUiHandlingData* iLast;
   865 
   861 
   866     // To prevent queue handling from being messed up by threads
   862     // To prevent queue handling from being messed up by threads