contentpublishingsrv/contentharvester/contentharvesterserver/src/contentharvesterserver.cpp
changeset 60 f62f87b200ec
parent 0 79c6a41cd166
--- a/contentpublishingsrv/contentharvester/contentharvesterserver/src/contentharvesterserver.cpp	Tue Feb 02 00:23:10 2010 +0200
+++ b/contentpublishingsrv/contentharvester/contentharvesterserver/src/contentharvesterserver.cpp	Fri Mar 19 09:35:23 2010 +0200
@@ -267,23 +267,6 @@
     CEikAppUi::BaseConstructL( ENoAppResourceFile|ENoScreenFurniture );
     }
 
-// ---------------------------------------------------------------------------
-//
-// ---------------------------------------------------------------------------
-//
-TErrorHandlerResponse CContentHarvesterServer::CContentHarvesterAppUi::HandleError( TInt aError, 
-                                            const SExtendedError& /*aExtErr*/, 
-                                            TDes& /*aErrorText*/, 
-                                            TDes& /*aContextText*/ )
-    {
-    RDebug::Printf("CContentHarvesterAppUi::HandleError %d", aError);
-	if ( aError != KErrNoMemory )       
-        {       
-        return ENoDisplay; // we dont want to handle this error       
-        }       
-    return EErrorNotHandled;  
-    }
-	
 // ============================= LOCAL FUNCTIONS ===============================
 
 // -----------------------------------------------------------------------------