Loading sls/trunk/Makefile.am +0 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,6 @@ sls_SOURCES= src/sls.cc \ src/sll/connection.cc noinst_HEADERS= src/sls.hh \ src/error.hh \ src/option.hh \ src/database.hh \ src/cron.hh \ Loading sls/trunk/src/sll/error.hh +1 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,7 @@ public: friend Error &operator<<(Error &e, const string &s); friend Error &operator>>(Error &e, const string &s); friend Error &operator<<(Error &e, int val); protected: sstream msg_; int val_; Loading Loading
sls/trunk/Makefile.am +0 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,6 @@ sls_SOURCES= src/sls.cc \ src/sll/connection.cc noinst_HEADERS= src/sls.hh \ src/error.hh \ src/option.hh \ src/database.hh \ src/cron.hh \ Loading
sls/trunk/src/sll/error.hh +1 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,7 @@ public: friend Error &operator<<(Error &e, const string &s); friend Error &operator>>(Error &e, const string &s); friend Error &operator<<(Error &e, int val); protected: sstream msg_; int val_; Loading