messagingfw/msgsrvnstore/server/inc/MSVIPC.H
branchRCL_3
changeset 31 b9e74fff3740
parent 0 8e480a14352b
equal deleted inserted replaced
24:b9bc42ac264b 31:b9e74fff3740
    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