mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +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:
@@ -5,11 +5,11 @@
|
||||
/* the project. */
|
||||
/*----------------------------------------------------------------------------*/
|
||||
|
||||
#include "Base64.h"
|
||||
#include "support/Base64.h"
|
||||
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
namespace nt {
|
||||
namespace wpi {
|
||||
|
||||
struct Base64TestParam {
|
||||
int plain_len;
|
||||
@@ -73,4 +73,4 @@ static Base64TestParam standard[] = {
|
||||
INSTANTIATE_TEST_CASE_P(Base64Standard, Base64Test,
|
||||
::testing::ValuesIn(standard));
|
||||
|
||||
} // namespace nt
|
||||
} // namespace wpi
|
||||
|
||||
Reference in New Issue
Block a user