FACT++  1.0
void DimDescribedService::setData ( const char *  str)
inline

Definition at line 70 of file DimDescriptionService.h.

References DimService::setData().

71  {
72  DimService::setData(const_cast<char*>(str));
73  }
char str[80]
Definition: test_client.c:7
void setData(void *data, int size)
Definition: discpp.cxx:1270

+ Here is the call graph for this function: