javauis/nokiauiapi_qt/softnoteplugin/src/javasoftnotehandler.cpp
changeset 87 1627c337e51e
parent 78 71ad690e91f5
equal deleted inserted replaced
80:d6dafc5d983f 87:1627c337e51e
    10  *******************************************************************************/
    10  *******************************************************************************/
    11 
    11 
    12 #include <memory>
    12 #include <memory>
    13 #include <badesca.h>
    13 #include <badesca.h>
    14 #include <hbsymbianvariant.h>
    14 #include <hbsymbianvariant.h>
    15 #include <HbIndicatorsymbian.h>
    15 #include <hbindicatorsymbian.h>
    16 
    16 
    17 #include <javastorageentry.h>
    17 #include <javastorageentry.h>
    18 #include <javastorage.h>
    18 #include <javastorage.h>
    19 #include <javastoragenames.h>
    19 #include <javastoragenames.h>
    20 #include <JavaCommonUtils.h>
    20 #include <JavaCommonUtils.h>
   108     }
   108     }
   109 
   109 
   110 // ----------------------------------------------------------------------------
   110 // ----------------------------------------------------------------------------
   111 // javasoftnotehandler::amAdded
   111 // javasoftnotehandler::amAdded
   112 // ----------------------------------------------------------------------------
   112 // ----------------------------------------------------------------------------
   113 void javasoftnotehandler::amAdded(const uids_t& aUids)
   113 void javasoftnotehandler::amAdded(const uids_t& /*aUids*/)
   114     {
   114     {
   115     JELOG2(EJavaCaptain);
   115     JELOG2(EJavaCaptain);
   116     LOG1(EJavaCaptain, EInfo, "javasoftnotehandler::amAdded, %d uids", aUids.size());
   116     LOG(EJavaCaptain, EInfo, "javasoftnotehandler::amAdded");
   117     }
   117     }
   118 
   118 
   119 // ----------------------------------------------------------------------------
   119 // ----------------------------------------------------------------------------
   120 // javasoftnotehandler::amUpdated
   120 // javasoftnotehandler::amUpdated
   121 // ----------------------------------------------------------------------------
   121 // ----------------------------------------------------------------------------
   234                 }
   234                 }
   235             }
   235             }
   236         }
   236         }
   237     catch(JavaStorageException& ex)
   237     catch(JavaStorageException& ex)
   238         {
   238         {
   239         LOG1(EJavaStorage, EInfo," JavaSoftNote Exception %s", ex.toString());
   239         LOG1(EJavaStorage, EInfo," JavaSoftNote Exception %S", ex.toString().c_str());
   240         }   
   240         }   
   241     }
   241     }
   242 
   242 
   243 // ----------------------------------------------------------------------------
   243 // ----------------------------------------------------------------------------
   244 // javasoftnotehandler::deleteIndicatorsL
   244 // javasoftnotehandler::deleteIndicatorsL
   292             }
   292             }
   293         js->close();
   293         js->close();
   294         }
   294         }
   295     catch(JavaStorageException& ex)
   295     catch(JavaStorageException& ex)
   296         {
   296         {
   297         LOG1(EJavaStorage, EInfo," JavaSoftNote Exception %s", ex.toString());
   297         LOG1(EJavaStorage, EInfo," JavaSoftNote Exception %s", ex.toString().c_str());
   298         }
   298         }
   299     }
   299     }
   300 
   300