FACT++  1.0
DimUpdatedInfo::DimUpdatedInfo ( const char *  name,
double  nolink,
DimInfoHandler handler 
)
inline

Definition at line 248 of file dic.hxx.

References DimInfo::subscribe().

249  { subscribe((char *)name, 0, &nolink, sizeof(double), handler); };
void subscribe(char *name, void *nolink, int nolinksize, int time, DimInfoHandler *handler)
Definition: dic.hxx:270

+ Here is the call graph for this function: