equal
deleted
inserted
replaced
16 */ |
16 */ |
17 #ifndef DATASTORAGE_H |
17 #ifndef DATASTORAGE_H |
18 #define DATASTORAGE_H |
18 #define DATASTORAGE_H |
19 |
19 |
20 #include <e32base.h> |
20 #include <e32base.h> |
21 #include "tstaskmonitorglobals.h" |
|
22 |
21 |
23 class MTsDataStorage { |
22 class MTsDataStorage { |
24 public: |
23 public: |
25 virtual TBool IsSupported(TInt aFunction) const =0; |
24 virtual TBool IsSupported(TInt aFunction) const =0; |
26 virtual void HandleDataL(TInt aFunction, RReadStream& aDataStream) =0; |
25 virtual void HandleDataL(TInt aFunction, RReadStream& aDataStream) =0; |