omadrm/drmplugins/drmrohandler/inc/CRoHandler.h
branchRCL_3
changeset 27 1481bf457703
parent 26 1221b68b8a5f
equal deleted inserted replaced
26:1221b68b8a5f 27:1481bf457703
     1 /*
     1 /*
     2 * Copyright (c) 2004-2008 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   237         TBool iMeteringSupported;       // state variable showing whether
   237         TBool iMeteringSupported;       // state variable showing whether
   238                                         // metering is supported or not
   238                                         // metering is supported or not
   239                                         // initialised at instantiation
   239                                         // initialised at instantiation
   240         DRM::CWbxmlRoapTriggerParser* iWbxmlTriggerParser;
   240         DRM::CWbxmlRoapTriggerParser* iWbxmlTriggerParser;
   241         HBufC8* iParsedXmlTrigger;
   241         HBufC8* iParsedXmlTrigger;
   242         TBool iPutRightsToInbox;         // whether received RO is put into Inbox as an
   242         TBool iPutRightsToInbox;        // whether received RO is put into Inbox as an
   243                                         // entry or not. Initialized at instantiation.
   243                                         // entry or not. Initialized at instantiation.
       
   244         TBool iFeatureManagerFound;     // Feature Manager is succesfully initialized
   244                                         
   245                                         
   245     };
   246     };
   246 
   247 
   247 #endif CROHANDLER_H
   248 #endif CROHANDLER_H
   248 
   249