mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
ConnectionListener: Use bool instead of int for connected parameter.
This commit is contained in:
@@ -184,7 +184,7 @@ typedef std::function<void(unsigned int uid, StringRef name,
|
||||
std::shared_ptr<Value> value, bool is_new)>
|
||||
EntryListenerCallback;
|
||||
|
||||
typedef std::function<void(unsigned int uid, int connected,
|
||||
typedef std::function<void(unsigned int uid, bool connected,
|
||||
const ConnectionInfo& conn)>
|
||||
ConnectionListenerCallback;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user