* TVirtualTransport provides a default implementation of readAll().
* We want to use the TBufferBase version instead.
*/
- using TBufferBase::readAll;
+ uint32_t readAll(uint8_t* buf, uint32_t len) {
+ return TBufferBase::readAll(buf, len);
+ }
protected:
void initPointers() {
* TVirtualTransport provides a default implementation of readAll().
* We want to use the TBufferBase version instead.
*/
- using TBufferBase::readAll;
+ uint32_t readAll(uint8_t* buf, uint32_t len) {
+ return TBufferBase::readAll(buf,len);
+ }
protected:
/**
* TVirtualTransport provides a default implementation of readAll().
* We want to use the TBufferBase version instead.
*/
- using TBufferBase::readAll;
+ uint32_t readAll(uint8_t* buf, uint32_t len) {
+ return TBufferBase::readAll(buf,len);
+ }
protected:
void swap(TMemoryBuffer& that) {