FACT++  1.0
template<class T , class S >
void StateMachineGCN< T, S >::SetEndpoint ( const string &  url)
inline

Definition at line 520 of file gcn.cc.

521  {
522  vector<string> v;
523  v.push_back(url);
524  fGCN.SetEndPoints(v);
525  }