FACT++  1.0
DimService::DimService ( const char *  name,
char *  format,
DimServiceHandler handler 
)

Definition at line 867 of file discpp.cxx.

References declareIt(), DisPOINTER, itsData, itsId, itsName, itsSize, and itsType.

868 {
869  itsId = 0;
870  itsName = 0;
871  itsData = 0;
872  itsSize = 0;
874  declareIt((char *)name, (char *)format, handler, 0);
875 }
DisTYPE itsType
Definition: dis.hxx:211
char * itsName
Definition: dis.hxx:227
int itsSize
Definition: dis.hxx:210
void declareIt(char *name, char *format, DimServiceHandler *handler, DimServerDns *dns)
Definition: discpp.cxx:49
int itsId
Definition: dis.hxx:228
void * itsData
Definition: dis.hxx:208

+ Here is the call graph for this function: