mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
Make many more utility classes/headers public. (#76)
Moving these headers from src to include enables other libraries to use the functionality provided. * tcpsockets * atomic_static * raw_istream * timestamp * SafeThread * Base64 * LEB128 * ConcurrentQueue The classes have been moved into the wpi namespace as they're generic.
This commit is contained in:
@@ -61,6 +61,6 @@ static void def_log_func(unsigned int level, const char* file,
|
||||
#endif
|
||||
}
|
||||
|
||||
Logger::Logger() : m_func(def_log_func) {}
|
||||
Logger::Logger() { SetLogger(def_log_func); }
|
||||
|
||||
Logger::~Logger() {}
|
||||
|
||||
Reference in New Issue
Block a user