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

Definition at line 186 of file dic.hxx.

References DimInfo::subscribe().

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

+ Here is the call graph for this function: