FACT++  1.0
void add_serv_bool ( const bool &  boolval)

Definition at line 86 of file test_serve.cxx.

Referenced by main().

87 {
89 
90 // serv = new DimService("TEST/BOOLVAL_CONST",(short &)boolval);
91  serv = new DimService("TEST/BOOLVAL_CONST","C:1", (void *)&boolval, 1);
92 }
Definition: dis.c:69

+ Here is the caller graph for this function: