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

Definition at line 85 of file test_server.cxx.

Referenced by main().

86 {
87  DimService *abc;
88 
89  abc = new DimService("TEST/INTVAL_CONST",(int &)ival);
90  if(abc){}
91 }

+ Here is the caller graph for this function: