FACT++  1.0
DimInfo * DimServiceInfoList::CreateDimInfo ( const std::string &  str,
const std::string &  svc 
) const
private

A mal containing all the available informations.

A helper to shorten the call to create a DimInfo.

Parameters
strname of the server to which we want to subscribe
svcname of the servic on the server to which we want to subscribe
Returns
a pointer to the newly created DimInfo

Definition at line 71 of file DimServiceInfoList.cc.

Referenced by CreateDS(), CreateFMT(), and CreateSL().

72 {
73  return new DimInfo((str+'/'+svc).c_str(),
74  const_cast<char*>(""),
75  const_cast<DimServiceInfoList*>(this));
76 }
char str[80]
Definition: test_client.c:7
Definition: dic.hxx:31

+ Here is the caller graph for this function: