branch | RCL_3 |
changeset 31 | b9e74fff3740 |
parent 0 | 8e480a14352b |
--- a/messagingfw/msgsrvnstore/server/inc/MSVIPC.H Wed Jun 09 10:13:14 2010 +0300 +++ b/messagingfw/msgsrvnstore/server/inc/MSVIPC.H Mon Jun 21 16:13:01 2010 +0300 @@ -93,6 +93,8 @@ IMPORT_C TMsvPackedEntry(HBufC8*& aBuffer); IMPORT_C TInt PackEntry(const TMsvEntry& aEntry); IMPORT_C void UnpackEntry(TMsvEntry& aEntry); + TInt PackEntryAndService(const TMsvEntry& aEntry, const TMsvId& aServiceId); + void UnpackEntryAndService(TMsvEntry& aEntry, TMsvId& aServiceId); private: HBufC8*& iBuffer; };