appinstaller/AppinstUi/sisxsifplugin/inc/sisxsifpluginactiveimpl.h
changeset 52 92f864ef0288
parent 42 d17dc5398051
child 55 ac7f90a6ff4c
--- a/appinstaller/AppinstUi/sisxsifplugin/inc/sisxsifpluginactiveimpl.h	Fri Jun 11 13:45:18 2010 +0300
+++ b/appinstaller/AppinstUi/sisxsifplugin/inc/sisxsifpluginactiveimpl.h	Wed Jun 23 18:20:02 2010 +0300
@@ -37,6 +37,7 @@
 {
     class CSisxSifPluginUiHandlerBase;
     class CSisxSifPluginInstallParams;
+    class CSisxSifPluginErrorHandler;
 
     /**
      *  SISX SIF plugin active implementation
@@ -93,7 +94,6 @@
         void DoActivateL( TComponentId aComponentId, TRequestStatus& aStatus );
         void DoDeactivateL( TComponentId aComponentId, TRequestStatus& aStatus );
         void DoHandleErrorL( TInt aError );
-        TErrorCategory ErrorCategory( TInt aErrorCode );
         void SetFileL( const TDesC& aFileName );
         void SetFile( RFile& aFileHandle );
         TComponentId GetLastInstalledComponentIdL();
@@ -113,6 +113,7 @@
         const COpaqueNamedParams* iInputParams;     // not owned
         COpaqueNamedParams* iOutputParams;      // not owned
         CSisxSifPluginInstallParams* iInstallParams;
+        CSisxSifPluginErrorHandler* iErrorHandler;
         CComponentInfo* iComponentInfo;
         TBool iHasAllFilesCapability;
         HBufC* iFileName;