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

Definition at line 73 of file cpp_server.cxx.

Referenced by main().

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

+ Here is the caller graph for this function: