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

Definition at line 102 of file test_server.cxx.

Referenced by main().

103 {
104 
105 // serv = new DimService("TEST/BOOLVAL_CONST",(short &)boolval);
106  bool_serv[0] = new DimService("TEST/BOOLVAL_CONST","C:1", (void *)&boolval, 1);
107  bool_serv[1] = new DimService("TEST/BOOLVAL_CONST1","C:1", (void *)&boolval, 1);
108 }
DimService * bool_serv[10]

+ Here is the caller graph for this function: