FACT++  1.0
void add_serv ( const int &  ival)

Definition at line 72 of file test_serverFernando.cxx.

Referenced by main().

73 {
74  DimService *abc;
75 
76  abc = new DimService("TEST/INTVAL_CONST",(int &)ival);
77 }

+ Here is the caller graph for this function: