FACT++  1.0
DimCommand::~DimCommand ( )
virtual

Definition at line 1487 of file discpp.cxx.

References dis_remove_service, DimService::itsId, and DimService::itsName.

1488 {
1489  DISABLE_AST
1490  delete[] itsName;
1491  delete[] itsFormat;
1492 // if(itsTagId)
1493 // id_free(itsTagId, SRC_DIS);
1494  if(itsId)
1496  itsId = 0;
1497  ENABLE_AST
1498 }
#define dis_remove_service
Definition: dis.h:19
char * itsFormat
Definition: dis.hxx:292
char * itsName
Definition: dis.hxx:289
int itsId
Definition: dis.hxx:290