00001 /* 00002 * ============================================================================== 00003 * Name : MSenServiceConsumer.h 00004 * Part of : Web Services Connection 00005 * Interface : 00006 * Description : 00007 * Version : 00008 * 00009 * Copyright © 2002-2005 Nokia. All rights reserved. 00010 * This material, including documentation and any related 00011 * computer programs, is protected by copyright controlled by 00012 * Nokia. All rights are reserved. Copying, including 00013 * reproducing, storing, adapting or translating, any 00014 * or all of this material requires the prior written consent of 00015 * Nokia. This material also contains confidential 00016 * information which may not be disclosed to others without the 00017 * prior written consent of Nokia. 00018 * ============================================================================== 00019 */ 00020 00021 #ifndef M_SEN_SERVICE_CONSUMER_H 00022 #define M_SEN_SERVICE_CONSUMER_H 00023 00024 // CLASS DECLARATION 00025 00030 class MSenServiceConsumer 00031 { 00032 public: 00033 00034 // New functions 00035 00041 virtual void HandleMessageL(const TDesC8& aMessage) = 0; 00042 00062 virtual void HandleErrorL(const TInt aErrorCode, 00063 const TDesC8& aMessage) = 0; 00064 00081 virtual void SetStatus(const TInt aStatus) = 0; 00082 }; 00083 00084 // M_SEN_SERVICE_CONSUMER_H 00085 #endif 00086 00087 // End of File