web_plat/feeds_engine_api/inc/FeedsInterface.h
branchCompilerCompatibility
changeset 60 2b524de5b49b
parent 37 cb62a4f66ebe
--- a/web_plat/feeds_engine_api/inc/FeedsInterface.h	Sun Mar 14 13:13:51 2010 +0000
+++ b/web_plat/feeds_engine_api/inc/FeedsInterface.h	Sun Mar 28 16:38:31 2010 +0100
@@ -230,14 +230,14 @@
     *
     * @return void
     */
-    IMPORT_C void RFeedsInterface::DebugPrintTablesL();
+    IMPORT_C void DebugPrintTablesL();
 
     /**
     * Disconnect connection provided by client for manual update.
     *
     * @return void
     */
-    IMPORT_C void RFeedsInterface::DisconnectManualUpdateConnectionL();
+    IMPORT_C void DisconnectManualUpdateConnectionL();
 
      /**
      * Fetches feed (async)
@@ -295,7 +295,7 @@
      * @return void.
      */
 
-     IMPORT_C void RFeedsInterface::WatchSettingsL();
+     IMPORT_C void WatchSettingsL();
 
      /**
      * Export passed folder in OPML file
@@ -469,4 +469,4 @@
     };
     
 #endif  // FEED_INTERFACE_H
-// End of File
\ No newline at end of file
+// End of File