FACT++  1.0
DimCommand::DimCommand ( const char *  name,
const char *  format 
)

Definition at line 1357 of file discpp.cxx.

References DimService::declareIt().

1358 {
1359  declareIt( (char *)name, (char *)format, 0, 0);
1360 }
void declareIt(char *name, char *format, DimCommandHandler *handler, DimServerDns *dns)
Definition: discpp.cxx:136

+ Here is the call graph for this function: