2 * Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies).
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".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
25 #ifndef __TCTALLTOKENTYPES_H__
26 #define __TCTALLTOKENTYPES_H__
28 #include <ct/mcttokentypefilter.h>
32 * A filter that includes all token types.
34 * Used by CCTTokenTypeInfo::ListL()
36 * @see MCTTokenTypeFilter.
38 class TCTAllTokenTypes : public MCTTokenTypeFilter
42 * Tests whether to accept all token types.
44 * Note that it always returns ETrue.
46 * @param aTokenType The token type to be tested.
47 * @return ETrue always.
49 IMPORT_C virtual TBool Accept(const CCTTokenTypeInfo& aTokenType) const;
52 #endif // __TCTALLTOKENTYPES_H__