diff -r 6a20128ce557 -r ebfee66fde93 messagingappbase/msgmedia/src/MsgMediaDll.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/messagingappbase/msgmedia/src/MsgMediaDll.cpp Fri Jun 04 10:25:39 2010 +0100 @@ -0,0 +1,56 @@ +/* +* Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies). +* 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: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: MsgMediaDll implementation +* +*/ + + + +// ========== INCLUDE FILES ================================ + +#include // for GLDEF_C + +#include "MsgMediaPanic.h" // Panic enums + +// ========== EXTERNAL DATA STRUCTURES ===================== + +// ========== EXTERNAL FUNCTION PROTOTYPES ================= + +// ========== CONSTANTS ==================================== + +// ========== MACROS ======================================= + +// ========== LOCAL CONSTANTS AND MACROS =================== + +// ========== MODULE DATA STRUCTURES ======================= + +// ========== LOCAL FUNCTION PROTOTYPES ==================== + +// ========== LOCAL FUNCTIONS ============================== + +// ========== MEMBER FUNCTIONS ============================= + +// ========== OTHER EXPORTED FUNCTIONS ===================== + +// --------------------------------------------------------- +// Panic +// +// --------------------------------------------------------- +// +GLDEF_C void MsgMediaPanic( TMsgMediaPanic aPanic ) + { + User::Panic( _L( "MsgMedia" ), aPanic ); + } + +// End of File