#include <VisFramework/VisFrameworkBase/interface/VisPrintTimer.h>
Public Member Functions | |
VisPrintTimer (IgState *state, lat::Callback notify) |
Definition at line 15 of file VisPrintTimer.h.
VisPrintTimer::VisPrintTimer | ( | IgState * | state, | |
lat::Callback | notify | |||
) |
Definition at line 15 of file VisPrintTimer.cc.
00016 : VisActiveConfigurable<unsigned int> (state, notify, 30000, "VisPrintTimer") 00017 { 00018 }