javauis/nokiauiapi_qt/softnoteplugin/src/javasoftnotehandler.cpp
changeset 87 1627c337e51e
parent 78 71ad690e91f5
--- a/javauis/nokiauiapi_qt/softnoteplugin/src/javasoftnotehandler.cpp	Fri Oct 15 12:29:39 2010 +0300
+++ b/javauis/nokiauiapi_qt/softnoteplugin/src/javasoftnotehandler.cpp	Fri Oct 29 11:49:32 2010 +0300
@@ -12,7 +12,7 @@
 #include <memory>
 #include <badesca.h>
 #include <hbsymbianvariant.h>
-#include <HbIndicatorsymbian.h>
+#include <hbindicatorsymbian.h>
 
 #include <javastorageentry.h>
 #include <javastorage.h>
@@ -110,10 +110,10 @@
 // ----------------------------------------------------------------------------
 // javasoftnotehandler::amAdded
 // ----------------------------------------------------------------------------
-void javasoftnotehandler::amAdded(const uids_t& aUids)
+void javasoftnotehandler::amAdded(const uids_t& /*aUids*/)
     {
     JELOG2(EJavaCaptain);
-    LOG1(EJavaCaptain, EInfo, "javasoftnotehandler::amAdded, %d uids", aUids.size());
+    LOG(EJavaCaptain, EInfo, "javasoftnotehandler::amAdded");
     }
 
 // ----------------------------------------------------------------------------
@@ -236,7 +236,7 @@
         }
     catch(JavaStorageException& ex)
         {
-        LOG1(EJavaStorage, EInfo," JavaSoftNote Exception %s", ex.toString());
+        LOG1(EJavaStorage, EInfo," JavaSoftNote Exception %S", ex.toString().c_str());
         }   
     }
 
@@ -294,7 +294,7 @@
         }
     catch(JavaStorageException& ex)
         {
-        LOG1(EJavaStorage, EInfo," JavaSoftNote Exception %s", ex.toString());
+        LOG1(EJavaStorage, EInfo," JavaSoftNote Exception %s", ex.toString().c_str());
         }
     }