videoutils_plat/videoconnutility_api/tsrc/inc/VCXConnUtilTestPSObserver.h
branchRCL_3
changeset 48 13a33d82ad98
parent 0 822a42b6c3f1
equal deleted inserted replaced
47:826cea16efd9 48:13a33d82ad98
       
     1 /*
       
     2 * Copyright (c) 2006 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:   Class to observe P&S properties.*
       
    15 */
       
    16 
       
    17 
       
    18 #ifndef VCXCONNUTILTESTPSOBSERVER_H
       
    19 #define VCXCONNUTILTESTPSOBSERVER_H
       
    20 
       
    21 #include <e32def.h>
       
    22 #include <e32cmn.h>
       
    23 
       
    24 class MVCXConnUtilTestPSObserver
       
    25     {
       
    26 public:
       
    27     virtual void ValueChangedL( const TUid& aUid, const TUint32& aKey, const TInt&  aValue ) = 0;
       
    28     virtual void ValueChangedL( const TUid& aUid, const TUint32& aKey, const TDesC& aValue ) = 0;
       
    29     };
       
    30 
       
    31 #endif // VCXCONNUTILTESTPSOBSERVER_H