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

Definition at line 80 of file cpp_server.cxx.

Referenced by main().

81 {
82  DimService *abc;
83 
84  abc = new DimService("TEST/STRINGVAL_CONST",(char *)s1.c_str());
85 }

+ Here is the caller graph for this function: