mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Reformat annotations in preparation for automated extraction
This commit is contained in:
@@ -10,14 +10,14 @@ public:
|
||||
typedef UPTR_T<LoadEvent> autoptr;
|
||||
|
||||
public:
|
||||
// VFALCO: TODO, remove the dependency on LoadMonitor.
|
||||
// VFALCO TODO remove the dependency on LoadMonitor.
|
||||
LoadEvent (LoadMonitor& monitor,
|
||||
const std::string& name,
|
||||
bool shouldStart);
|
||||
|
||||
~LoadEvent();
|
||||
|
||||
// VFALCO: TODO, rename this to setName () or setLabel ()
|
||||
// VFALCO TODO rename this to setName () or setLabel ()
|
||||
void reName (const std::string& name);
|
||||
|
||||
// okay to call if already started
|
||||
|
||||
Reference in New Issue
Block a user