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

A callback to signal updates.

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 132 of file ServiceList.cc.

Referenced by CreateFMT(), and CreateSL().

133 {
134  return new DimInfo((str+'/'+svc).c_str(),
135  const_cast<char*>(""),
136  const_cast<ServiceList*>(this));
137 }
char str[80]
Definition: test_client.c:7
Definition: dic.hxx:31

+ Here is the caller graph for this function: