FACT++  1.0
void ConnectionLid::Post ( const string &  post)
inline

Definition at line 328 of file lidctrl.cc.

References ConnectionLid::Lid::status.

329  {
330  fNextCommand = post;
331 
332  fLid1.status = "";
333  fLid2.status = "";
334  //PostRequest("POST", post);
335  }
string fNextCommand
Definition: lidctrl.cc:91