contentpublishingsrv/contentharvester/contentharvesterserver/inc/contentharvesterserver.h
changeset 60 f62f87b200ec
parent 0 79c6a41cd166
equal deleted inserted replaced
4:1a2a00e78665 60:f62f87b200ec
    62     class CContentHarvesterAppUi : public CEikAppUi
    62     class CContentHarvesterAppUi : public CEikAppUi
    63         {
    63         {
    64 public:
    64 public:
    65         ~CContentHarvesterAppUi();
    65         ~CContentHarvesterAppUi();
    66         void ConstructL();
    66         void ConstructL();
    67 		TErrorHandlerResponse HandleError( TInt aError, 
       
    68 										   const SExtendedError &aExtErr, 
       
    69                                            TDes &aErrorText, 
       
    70                                            TDes &aContextText );
       
    71         };
    67         };
    72 
    68 
    73 public:
    69 public:
    74     // Constructors and destructor
    70     // Constructors and destructor
    75 
    71