bthci/hci2implementations/qdps/symbian/src/hcieventmodifiable.cpp
changeset 1 b4a7eebaaebf
parent 0 29b1cd4cb562
equal deleted inserted replaced
0:29b1cd4cb562 1:b4a7eebaaebf
    24 void THCIEventModifiable::SetErrorCode(THCIErrorCode aErrorCode)
    24 void THCIEventModifiable::SetErrorCode(THCIErrorCode aErrorCode)
    25 	{
    25 	{
    26 	iErrorCode = aErrorCode;
    26 	iErrorCode = aErrorCode;
    27 	}
    27 	}
    28 
    28 
       
    29 TPtrC8& THCIEventModifiable::EventData()
       
    30 	{
       
    31 	return iEventData;
       
    32 	}
       
    33 
    29 THCIEventModifiable::THCIEventModifiable()
    34 THCIEventModifiable::THCIEventModifiable()
    30    : THCIEventBase(KNullDesC8)
    35    : THCIEventBase(KNullDesC8)
    31 	{
    36 	{
    32 	// This constructor should never be called, as this
    37 	// This constructor should never be called, as this
    33 	// class is only used by casting from THCIEventBase object
    38 	// class is only used by casting from THCIEventBase object