- Added ::initialize method.
This commit is contained in:
Paul Beckingham 2014-05-13 16:31:27 -04:00
parent bfb19e0a64
commit 6cff8d9ff6
3 changed files with 9 additions and 5 deletions

View file

@ -40,5 +40,11 @@ Hooks::~Hooks ()
{
}
////////////////////////////////////////////////////////////////////////////////
void Hooks::initialize ()
{
// TODO Scan <rc.data.location>/hooks
}
// TODO Time the hook runs.
////////////////////////////////////////////////////////////////////////////////