FACT++  1.0
ServiceDim::ServiceDim ( const std::string &  name,
DimInfoHandler handler 
)
inline

Definition at line 24 of file ServiceDim.h.

25  : EventImp(), DimStampedInfo(name.c_str(), (void*)NULL, 0, handler)
26  {
27  }
DimStampedInfo()
Definition: dic.hxx:138
EventImp()
Constructor. Stores the target state given.
Definition: EventImp.h:20