videofeeds/provisioningprocessor/inc/MIptvProvisioningObserver.h
branchRCL_3
changeset 23 befca0ec475f
parent 0 96612d01cf9f
equal deleted inserted replaced
22:839377eedc2b 23:befca0ec475f
       
     1 /*
       
     2 * Copyright (c) 2004-2005 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #ifndef MIPTVPROVISIONINGOBSERVER_H
       
    22 #define MIPTVPROVISIONINGOBSERVER_H
       
    23 
       
    24 // INCLUDES
       
    25 
       
    26 // FORWARD DECLARATIONS
       
    27 
       
    28 // CLASS DECLARATION
       
    29 
       
    30 const TInt KIptvProvisioningTooManyServicesDefinedInXml = 0;
       
    31 const TInt KIptvProvisioningSucceeded = 1;
       
    32 const TInt KIptvProvisioningFileNotFound = 2;
       
    33 
       
    34 class MIptvProvisioningObserver
       
    35     {
       
    36     public:
       
    37       
       
    38         /**                
       
    39          * Notification from provisioning processor. 
       
    40          *
       
    41          * @param aNotification Message from provisioning processor.         
       
    42          */
       
    43         virtual void Notify(TInt aNotification) = 0;
       
    44     };
       
    45 
       
    46 #endif  // MIPTVPROVISIONINGOBSERVER_H
       
    47 
       
    48 // End of File