websrv_pub/xml_extensions_api/tsrc/bc/xml_extensions_api/inc/WSTester.h
changeset 29 5743aa3a72c3
parent 0 62f9d29f7211
equal deleted inserted replaced
28:0802db42e4e9 29:5743aa3a72c3
    22 
    22 
    23 //  INCLUDES
    23 //  INCLUDES
    24 #include <StifLogger.h>
    24 #include <StifLogger.h>
    25 #include <TestScripterInternal.h>
    25 #include <TestScripterInternal.h>
    26 #include <StifTestModule.h>
    26 #include <StifTestModule.h>
    27 #include <f32file.h>
    27 #include <s32file.H>
    28 #include <imcvcodc.h> // for base64 codec
    28 #include <tconvbase64.h>
    29 #include <s32strm.h>
    29 #include <s32strm.h>
    30 
    30 
    31 //Sen
    31 //Sen
    32 #include <SenXmlServiceDescription.h>
    32 #include <SenXmlServiceDescription.h>
    33 #include <SenServiceConnection.h>
    33 #include <SenServiceConnection.h>
   482     private:    // Data
   482     private:    // Data
   483 		RStringPool iStringPool;
   483 		RStringPool iStringPool;
   484         //logging
   484         //logging
   485         CStifLogger* iLog;
   485         CStifLogger* iLog;
   486         //For decrypting data....
   486         //For decrypting data....
   487 		TImCodecB64 iBase64Codec;
   487 				TBase64 iBase64Codec;
   488         RFs	iFsSession;
   488         RFs	iFsSession;
   489         TInt iRunCase;
   489         TInt iRunCase;
   490         TInt iStarted;
   490         TInt iStarted;
   491         //for implemented void methos, if f.ex. handle message is wrongwe have to signalize error
   491         //for implemented void methos, if f.ex. handle message is wrongwe have to signalize error
   492         TInt iErrorsOccured;
   492         TInt iErrorsOccured;