First public contribution.
4 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
5 // All rights reserved.
6 // This component and the accompanying materials are made available
7 // under the terms of "Eclipse Public License v1.0"
8 // which accompanies this distribution, and is available
9 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
11 // Initial Contributors:
12 // Nokia Corporation - initial contribution.
19 #ifndef TESTEFFECTCUSTOM_H
20 #define TESTEFFECTCUSTOM_H
22 class MTestEffectCustomIf
25 virtual void SetActive(TBool aValue)=0;
26 virtual void GenCallbackL()=0;
29 #endif // TESTEFFECTCUSTOM_H