[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdepim/kitchensync/libqopensync
From:       Tobias Koenig <tokoe () kde ! org>
Date:       2008-08-29 22:05:37
Message-ID: 1220047537.729395.8502.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 854613 by tokoe:

Add wrapper classes for future OpenSync 0.40


 M  +4 -0      CMakeLists.txt  
 M  +7 -4      member.cpp  
 A             pluginadvancedoption.cpp   [License: LGPL (v2+)]
 A             pluginadvancedoption.h   [License: LGPL (v2+)]
 A             pluginauthentication.cpp   [License: LGPL (v2+)]
 A             pluginauthentication.h   [License: LGPL (v2+)]
 A             pluginconnection.cpp   [License: LGPL (v2+)]
 A             pluginconnection.h   [License: LGPL (v2+)]
 A             pluginlocalization.cpp   [License: LGPL (v2+)]
 A             pluginlocalization.h   [License: LGPL (v2+)]


--- trunk/KDE/kdepim/kitchensync/libqopensync/CMakeLists.txt #854612:854613
@@ -7,7 +7,11 @@
 callbackhandler.cpp
 engine.cpp
 groupenv.cpp
+pluginadvancedoption.cpp
+pluginauthentication.cpp
+pluginconnection.cpp
 pluginenv.cpp
+pluginlocalization.cpp
 filter.cpp
 group.cpp
 member.cpp
--- trunk/KDE/kdepim/kitchensync/libqopensync/member.cpp #854612:854613
@@ -94,21 +94,24 @@
 {
   Q_ASSERT( mMember );
 
-  osync_member_set_config( mMember, configurationData.data() );
+//  FIXME: tokoe
+//  osync_member_set_config( mMember, configurationData.data() );
 }
 
 Result Member::configuration( QByteArray &configurationData, bool useDefault ) const
 {
   Q_ASSERT( mMember );
 
-  const char *data;
+  const char *data = "  ";
   int size;
 
   OSyncError *error = 0;
   if ( useDefault ) {
-    data = osync_member_get_config_or_default( mMember, &error );
+//  FIXME: tokoe
+//    data = osync_member_get_config_or_default( mMember, &error );
   } else {
-    data = osync_member_get_config( mMember, &error );
+//  FIXME: tokoe
+//    data = osync_member_get_config( mMember, &error );
   }
 
   if ( !data ) {
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic