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