mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-30 02:31:44 +00:00
Provide C++ API. Move all classes to "nt" namespace.
The C API is now just simple wrappers around the C++ API.
This commit is contained in:
committed by
Peter Johnson
parent
56f1481c24
commit
fcbd2751ba
@@ -17,7 +17,7 @@
|
||||
|
||||
class TCPStream;
|
||||
|
||||
namespace ntimpl {
|
||||
namespace nt {
|
||||
|
||||
class NetworkConnection {
|
||||
public:
|
||||
@@ -56,6 +56,6 @@ class NetworkConnection {
|
||||
std::atomic_uint m_proto_rev;
|
||||
};
|
||||
|
||||
} // namespace ntimpl
|
||||
} // namespace nt
|
||||
|
||||
#endif // NT_NETWORKCONNECTION_H_
|
||||
|
||||
Reference in New Issue
Block a user