FACT++  1.0
void EventDim::SetDescription ( const std::string &  str)
inlinevirtual

Reimplemented from EventImp.

Definition at line 44 of file EventDim.h.

References fDescription, and GetName().

45  {
46  if (fDescription)
47  delete fDescription;
49  }
std::string GetName() const
Definition: EventDim.h:52
char str[80]
Definition: test_client.c:7
A DimService which broadcasts descriptions for services and commands.
DimDescriptionService * fDescription
Definition: EventDim.h:26

+ Here is the call graph for this function: