panic.cpp

Go to the documentation of this file.
00001 #include "common/panic.h"
00002 #include "application_config.h"
00003 #include <e32std.h> // User
00004 
00005 extern "C" void Panic(int code)
00006 {
00007   DEFINE_PANIC_CATEGORY;
00008   User::Panic(KPanicCategory, code);
00009 }

ContextLogger2—ContextLogger2 Logger Daemon Internals—Generated on Mon May 2 13:49:55 2011 by Doxygen 1.6.1