X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2Fmembind.test.cc;h=14982ce65c308b180b15df6eafb4c0a1627d0404;hb=b89e3166f7680755683dccee5e48cb3a820185c0;hp=6c57f6c7666c4c7d75275ee106745fb3f806d0d8;hpb=f73fa16ed5abdce272ac77f8b8b9ef2b9922c266;p=senf.git diff --git a/Utils/membind.test.cc b/Utils/membind.test.cc index 6c57f6c..14982ce 100644 --- a/Utils/membind.test.cc +++ b/Utils/membind.test.cc @@ -1,8 +1,8 @@ // $Id$ // // Copyright (C) 2006 -// Fraunhofer Institute for Open Communication Systems (FOKUS) -// Competence Center NETwork research (NET), St. Augustin, GERMANY +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund // // This program is free software; you can redistribute it and/or modify @@ -20,7 +20,8 @@ // Free Software Foundation, Inc., // 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -// Unit tests +/** \file + \brief membind unit tests */ //#include "membind.test.hh" //#include "membind.test.ih" @@ -28,7 +29,7 @@ // Custom includes #include #include -#include "../Utils/membind.hh" +#include "membind.hh" #include "../Utils/auto_unit_test.hh" #include @@ -43,7 +44,7 @@ namespace { return "meth1()"; } - std::string meth2(int foo, int bar) { + std::string meth2(int foo, int bar) const { std::stringstream s; s << "meth2(" << foo << "," << bar << ")"; return s.str();