mirror of https://github.com/ARMmbed/mbed-os.git
redundant call removed
parent
5de1979f5c
commit
8142cb5131
|
|
@ -2455,13 +2455,6 @@ protected:
|
||||||
*/
|
*/
|
||||||
DisconnectionEventCallbackChain_t disconnectionCallChain;
|
DisconnectionEventCallbackChain_t disconnectionCallChain;
|
||||||
|
|
||||||
/**
|
|
||||||
* Register a callback handling connection events to be used internally and serviced first.
|
|
||||||
*
|
|
||||||
* @param[in] callback Event handler being registered.
|
|
||||||
*/
|
|
||||||
virtual void onConnectionPrivate(ConnectionEventCallback_t callback) { }
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
/**
|
/**
|
||||||
* Callchain containing all registered callback handlers for shutdown
|
* Callchain containing all registered callback handlers for shutdown
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue