Exemplo n.º 1
0
 void syncError (SyncEvent& event) {
     printf("\nSynchronization error: %s\n", event.getMessage());
 }
Exemplo n.º 2
0
 void syncError(SyncEvent& event) {
     CPPUNIT_ASSERT(strcmp(TEST_ERROR_MSG, event.getMessage()) == 0);
     counter++;
 };
Exemplo n.º 3
0
void StatusListener::syncError(SyncEvent& event)
{
    Funambol::SyncListener::syncError(event);
    emit error(i18n("Synchronization error. The problem is:\n%1", event.getMessage()));
}