FACT++  1.0
DimService::DimService ( const char *  name,
char *  format,
void *  structure,
int  size 
)

Definition at line 857 of file discpp.cxx.

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

858 {
859  itsId = 0;
860  itsName = 0;
861  itsData = structure;
862  itsSize = size;
864  declareIt((char *)name, (char *)format, 0, 0);
865 }
DisTYPE itsType
Definition: dis.hxx:211
char * itsName
Definition: dis.hxx:227
int size
Definition: db_dim_server.c:17
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: