// Copyright (c) 2010 Symbian Foundation Ltd
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Symbian Foundation - initial contribution.
//
// Contributors:
//
#ifndef __WS_TFXCONST_H__
#define __WS_TFXCONST_H__
// workaround for Bug 3283
enum
{
ETfxIncomingTakesPriority,
ETfxActionStart,
ETfxActionShutDown,
ETfxActionSwitching,
ETfxPurposeDesktopWindow
};
#endif