FACT++  1.0
DimService::DimService ( DimServerDns dns,
const char *  name,
char *  string 
)

Definition at line 949 of file discpp.cxx.

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

950 {
951  itsId = 0;
952  itsName = 0;
953  itsData = string;
954  itsSize = (int)strlen(string)+1;
955  itsType = DisSTRING;
956  declareIt((char *)name, (char *)"C", 0, dns);
957 }
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: