~brianaker/libmemcached/gear-clean

« back to all changes in this revision

Viewing changes to libtest/fatal.hpp

  • Committer: Brian Aker
  • Date: 2012-08-02 16:14:34 UTC
  • mto: This revision was merged to the branch mainline in revision 1058.
  • Revision ID: brian@tangent.org-20120802161434-gj4slc2hchroierg
Update to support new warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
class disconnected : std::runtime_error
102
102
{
103
103
public:
104
 
  disconnected(const char *file, int line, const char *func, const char *instance, const in_port_t port, const char *format, ...);
 
104
  disconnected(const char *file, int line, const char *func, const std::string&, const in_port_t port, const char *format, ...);
105
105
 
106
106
  const char* what() const throw()
107
107
  {