PPI: Checkin of first compiling (yet not working) version
[senf.git] / Socket / FileHandle.test.cc
index 93c15ea..f4dac9d 100644 (file)
@@ -45,7 +45,7 @@ namespace {
         FHandle(int fd)
             : senf::FileHandle(std::auto_ptr<senf::FileBody>(
                                           new senf::FileBody(fd))) {}
-        FHandle(std::string name)
+        FHandle(std::string const & name)
             : senf::FileHandle(std::auto_ptr<senf::FileBody>(
                                           new senf::FileBody()))
             {
@@ -119,4 +119,5 @@ BOOST_AUTO_UNIT_TEST(fileHandle)
 // indent-tabs-mode: nil
 // ispell-local-dictionary: "american"
 // compile-command: "scons -u test"
+// comment-column: 40
 // End: