X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2Fmembind.test.cc;h=5cbac8cd3badc0667c05c169d1cea1c92020c06d;hb=9a988902090d28007578e93bffd809f6bd913155;hp=465e29c44e7a37318fdbcc721477ec6d81cc4e9e;hpb=ac6a813d9d99f7add4e13aff7a4bcd314d5604a6;p=senf.git diff --git a/Utils/membind.test.cc b/Utils/membind.test.cc index 465e29c..5cbac8c 100644 --- a/Utils/membind.test.cc +++ b/Utils/membind.test.cc @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2006 +// Copyright (C) 2006 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) // Kompetenzzentrum fuer Satelitenkommunikation (SatCom) // Stefan Bund @@ -37,9 +37,9 @@ ///////////////////////////////cc.p//////////////////////////////////////// namespace { - + struct Test { - char const * meth1() { + char const * meth1() { return "meth1()"; } @@ -68,5 +68,8 @@ BOOST_AUTO_UNIT_TEST(membind) // Local Variables: // mode: c++ +// fill-column: 100 // c-file-style: "senf" +// indent-tabs-mode: nil +// ispell-local-dictionary: "american" // End: