Skip to content

Commit

Permalink
Merge pull request #67 from robohouse-delft/local-state
Browse files Browse the repository at this point in the history
Remove RWSClient members that can be local variables.
  • Loading branch information
jontje authored Nov 1, 2019
2 parents 719a34b + b3f3efb commit e4745e8
Show file tree
Hide file tree
Showing 2 changed files with 170 additions and 195 deletions.
25 changes: 0 additions & 25 deletions include/abb_librws/rws_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -776,35 +776,10 @@ class RWSClient : public POCOClient
*/
std::deque<POCOResult> log_;

/**
* \brief Container for building the request URIs.
*/
std::string uri_;

/**
* \brief Container for building the request content.
*/
std::string content_;

/**
* \brief A subscription group id.
*/
std::string subscription_group_id_;

/**
* \brief Container for building the subscription content.
*/
std::stringstream subscription_content_;

/**
* \brief Container for specifying conditions for evaluating the result of a POCO communication.
*/
EvaluationConditions evaluation_conditions_;

/**
* \brief A Document Object Model parser, for parsing into a XML document.
*/
Poco::XML::DOMParser xml_parser_;
};

} // end namespace rws
Expand Down
Loading

0 comments on commit e4745e8

Please sign in to comment.