- Changed the wording on most error messages and diagnostics so that
  the user is not alarmed, and is somewhat guided toward a solution.
This commit is contained in:
Paul Beckingham 2010-10-06 23:29:45 -04:00
parent 4028a2fce4
commit 74dcdd897a
11 changed files with 118 additions and 123 deletions

View file

@ -32,12 +32,12 @@
class TransportCurl : public Transport {
public:
TransportCurl (const Uri&);
TransportCurl (const Uri&);
virtual void send (const std::string&);
virtual void recv (std::string);
};
#endif