equal
deleted
inserted
replaced
91 { |
91 { |
92 public: |
92 public: |
93 IMPORT_C TMsvPackedEntry(HBufC8*& aBuffer); |
93 IMPORT_C TMsvPackedEntry(HBufC8*& aBuffer); |
94 IMPORT_C TInt PackEntry(const TMsvEntry& aEntry); |
94 IMPORT_C TInt PackEntry(const TMsvEntry& aEntry); |
95 IMPORT_C void UnpackEntry(TMsvEntry& aEntry); |
95 IMPORT_C void UnpackEntry(TMsvEntry& aEntry); |
|
96 TInt PackEntryAndService(const TMsvEntry& aEntry, const TMsvId& aServiceId); |
|
97 void UnpackEntryAndService(TMsvEntry& aEntry, TMsvId& aServiceId); |
96 private: |
98 private: |
97 HBufC8*& iBuffer; |
99 HBufC8*& iBuffer; |
98 }; |
100 }; |
99 |
101 |
100 |
102 |