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

Definition at line 69 of file dic.hxx.

70  { subscribe((char *)name, time, &nolink, sizeof(int), handler); };
Warning because the service this data corrsponds to might have been last updated longer ago than Local time
Definition: smartfact.txt:92
virtual void subscribe(char *name, int time, void *nolink, int nolinksize, DimInfoHandler *handler)
Definition: diccpp.cxx:152