return reference to Transport layer
This commit is contained in:
parent
ee4e7b3942
commit
4da4538cd3
|
|
@ -232,6 +232,8 @@ private:
|
|||
inline bool inputFilter(Channel inChannel);
|
||||
inline void resetInput();
|
||||
|
||||
public:
|
||||
Transport& getTransport() { return mTransport; }
|
||||
|
||||
private:
|
||||
Transport& mTransport;
|
||||
|
|
|
|||
Loading…
Reference in New Issue