mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-01 02:41:48 +00:00
committed by
Peter Johnson
parent
3d2f41d081
commit
417cf33f90
@@ -482,6 +482,12 @@ class ITable {
|
||||
* @param listener the listener to be removed
|
||||
*/
|
||||
virtual void RemoveTableListener(ITableListener* listener) = 0;
|
||||
|
||||
/**
|
||||
* Gets the full path of this table.
|
||||
*/
|
||||
virtual llvm::StringRef GetPath() const = 0;
|
||||
|
||||
};
|
||||
|
||||
#endif // ITABLE_H_
|
||||
|
||||
Reference in New Issue
Block a user