Sync
- 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:
@@ -32,11 +32,11 @@
|
||||
|
||||
class TransportSSH : public Transport {
|
||||
public:
|
||||
TransportSSH (const Uri&);
|
||||
|
||||
TransportSSH (const Uri&);
|
||||
|
||||
virtual void send (const std::string&);
|
||||
virtual void recv (std::string);
|
||||
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user