Am Donnerstag, 16. Februar 2006 23:33 schrieb [EMAIL PROTECTED]:
> Index: pimhandler.cpp
> ===================================================================
> RCS file: /cvsroot/synce/konnector/syncedevicekonnector/pimhandler.cpp,v
> retrieving revision 1.4
> retrieving revision 1.5
> diff -u -d -r1.4 -r1.5
> --- pimhandler.cpp    9 Feb 2006 22:03:06 -0000       1.4
> +++ pimhandler.cpp    16 Feb 2006 22:32:54 -0000      1.5
> @@ -40,9 +40,9 @@
>  {
>  }
>
> -void PimHandler::deleteSingleEntry (const uint32_t& p_typeId, const
> uint32_t& p_objectId) +bool PimHandler::deleteSingleEntry (const uint32_t&
> p_typeId, const uint32_t& p_objectId) {
> -    m_rra->deleteObject (p_typeId, p_objectId);
> +    return m_rra->deleteObject (p_typeId, p_objectId);
>  }
>
>  uint32_t PimHandler::getOriginalId(const QString& p_id)

Here and at some other places:

---------------------
pimhandler.cpp: In member function 'virtual bool 
PocketPCCommunication::PimHandler::deleteSingleEntry(const uint32_t&, const 
uint32_t&)':
pimhandler.cpp:45: error: void value not ignored as it ought to be
---------------------

synce-kde/raki/rra.h:
---------------------
bool deleteObject(uint32_t type_id, uint32_t object_id);
---------------------


Could it be, that you changed synce-kde and didn't commit yet?

rgds
-- 
 e-Trolley Sayegh & John, Nabil Sayegh
 Tel.: 0700 etrolley /// 0700 38765539
 Fax.: +49 69 8299381-8
 PGP : www.e-trolley.de


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Synce-devel mailing list
Synce-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synce-devel

Reply via email to