FACT++  1.0
void add_serv_str ( const string &  s1)

Definition at line 93 of file test_server.cxx.

Referenced by main().

94 {
95  DimService *abc;
96 
97  abc = new DimService("TEST/STRINGVAL_CONST",(char *)s1.c_str());
98  if(abc){}
99 }

+ Here is the caller graph for this function: