Move NetworkTable into nt namespace, with a shim. (#211)

Defining NAMESPACED_NT will disable the shim.
This commit is contained in:
Peter Johnson
2017-08-04 10:32:33 -05:00
committed by GitHub
parent 5df7463663
commit 8209ba8a00
2 changed files with 13 additions and 3 deletions

View File

@@ -10,6 +10,7 @@
#include "ntcore.h"
using llvm::StringRef;
using nt::NetworkTable;
const char NetworkTable::PATH_SEPARATOR_CHAR = '/';
std::string NetworkTable::s_persistent_filename = "networktables.ini";