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

Definition at line 119 of file dic.hxx.

121  { subscribe((char *)name, time, nolink, nolinksize, 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