mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-02 02:51:42 +00:00
Deprecates Task and Semaphore, and changes other deprecations to use wpiutil version (#330)
This commit is contained in:
committed by
Peter Johnson
parent
861726cefa
commit
1efb2e4d3d
@@ -49,7 +49,7 @@ class Preferences : public ErrorBase {
|
||||
void PutFloat(llvm::StringRef key, float value);
|
||||
void PutBoolean(llvm::StringRef key, bool value);
|
||||
void PutLong(llvm::StringRef key, int64_t value);
|
||||
DEPRECATED(
|
||||
WPI_DEPRECATED(
|
||||
"Saving is now automatically performed by the NetworkTables server.")
|
||||
void Save();
|
||||
bool ContainsKey(llvm::StringRef key);
|
||||
|
||||
Reference in New Issue
Block a user