examples/ForumNokia/S60_3rd_Edition_TextMTM_Example/modules/UI/src/txtudll.cpp

00001 // TXTUDLL.CPP
00002 //
00003 // © 2004 Nokia Corporation.  All rights reserved.
00004 //
00005 
00006 #include <E32STD.H>
00007 #include "txtu.h"           // CBaseMtmUi
00008 #include "txtupan.h"        // panic codes
00009 
00010 // Global function declarations
00011 
00012 GLDEF_C void Panic(TTxtuMtmUdPanic aPanic)
00013 // Panic function
00014         {
00015         User::Panic(KTEXTMTMUIPanic, aPanic);
00016         }
00017 
00018 EXPORT_C CBaseMtmUi* NewMtmUiL(CBaseMtm& aMtm, CRegisteredMtmDll& aRegisteredDll)
00019 // Factory function
00020         {
00021         return CTextMtmUi::NewL(aMtm, aRegisteredDll);
00022         }
00023 

Generated by  doxygen 1.6.2