Esempio n. 1
0
EXPORT_C void CImOffLineOperation::InternalizeL( RMsvReadStream& aReadStream )
    {                        
    DeleteBuffer();
    iOpType				= TOffLineOpType(aReadStream.ReadInt32L());
    iMessageId			= TMsvId(aReadStream.ReadInt32L());
    iTargetMessageId	= TMsvId(aReadStream.ReadInt32L());
    iMtmFunctionId		= aReadStream.ReadInt32L();

    TInt length			= aReadStream.ReadInt32L();
    
    if (length > 0)
        {               
        iMtmParameters = HBufC8::NewL(aReadStream, length);
        }
	return;
	}
void CSmsSnapshotImpl::Test()
{
	CALLSTACKITEM_N(_CL("CSmsSnapshotImpl"), _CL("Test"));

	handle_reception(TMsvId(1), TMsvId(1), _L("0505536758"), _L("testing"));
}