FACT++  1.0
DimInfo::DimInfo ( const char *  name,
int  nolink,
DimInfoHandler handler 
)
inline

Definition at line 67 of file dic.hxx.

68  { subscribe((char *)name, 0, &nolink, sizeof(int), handler); };
virtual void subscribe(char *name, int time, void *nolink, int nolinksize, DimInfoHandler *handler)
Definition: diccpp.cxx:152