diff -r 29b1cd4cb562 -r b4a7eebaaebf bthci/hci2implementations/qdps/symbian/src/hcieventmodifiable.cpp --- a/bthci/hci2implementations/qdps/symbian/src/hcieventmodifiable.cpp Fri Jan 15 08:13:17 2010 +0200 +++ b/bthci/hci2implementations/qdps/symbian/src/hcieventmodifiable.cpp Mon Jan 18 21:23:18 2010 +0200 @@ -26,6 +26,11 @@ iErrorCode = aErrorCode; } +TPtrC8& THCIEventModifiable::EventData() + { + return iEventData; + } + THCIEventModifiable::THCIEventModifiable() : THCIEventBase(KNullDesC8) {