X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fpipe.hpp;h=1f14fdd60fe01095a87b68aaef5b2640b6da0369;hb=586d78659d671683f33ec55f4a7d32b28e345ccd;hp=087467fe50a021d69c48364fcb1b158e932b8be3;hpb=e9530d6289df9b848e4901d7c73f5a2f27706d66;p=metaproxy-moved-to-github.git diff --git a/src/pipe.hpp b/src/pipe.hpp index 087467f..1f14fdd 100644 --- a/src/pipe.hpp +++ b/src/pipe.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) Index Data Metaproxy is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -29,7 +29,7 @@ namespace metaproxy_1 { class Pipe { class Error : public std::runtime_error { public: - Error(const std::string msg) + Error(const std::string msg) : std::runtime_error("Pipe error: " + msg) {}; }; class Rep; @@ -46,8 +46,8 @@ namespace metaproxy_1 { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */