pushmtm/MtmUiSrc/PushMtmUiPanic.cpp
author Pat Downey <patd@symbian.org>
Fri, 04 Dec 2009 14:09:24 +0000
changeset 22 43b688b25e10
parent 0 84ad3b177aa3
permissions -rw-r--r--
Merge tags.

/*
* Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "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:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  Panic utility
*
*/



// INCLUDE FILES

#include "PushMtmUiPanic.h"


_LIT( KUiPanicString, "PushMtmUi" );

GLDEF_C void UiPanic( TPushMtmUiPanic aReason )
	{
	User::Panic( KUiPanicString, aReason );
	}