usbengines/usblocodplugin/src/usblcdplugin.cpp
branchRCL_3
changeset 80 e02eb84a14d2
parent 79 25fce757be94
--- a/usbengines/usblocodplugin/src/usblcdplugin.cpp	Tue Aug 31 16:13:57 2010 +0300
+++ b/usbengines/usblocodplugin/src/usblcdplugin.cpp	Wed Sep 01 12:20:49 2010 +0100
@@ -18,12 +18,14 @@
 
 
 #include "usblcdplugin.h"
-#include "debug.h"
 
+#ifdef __FLOG_ACTIVE
+_LIT8(KLogComponent, "USBLcdPlugin");
+#endif
 
 CUsbLcdPlugin* CUsbLcdPlugin::NewL(TLocodBearerPluginParams& aParams)
     {
-    LOG_FUNC
+    LOG_STATIC_FUNC_ENTRY
     CUsbLcdPlugin* self = new (ELeave) CUsbLcdPlugin(aParams);
     CleanupStack::PushL(self);
     self->ConstructL();