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

Definition at line 81 of file dic.hxx.

82  { subscribe((char *)name, time, &nolink, sizeof(longlong), 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
int64_t longlong
Definition: dim_common.h:56