Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Socket / Protocols / BSDSocketAddress.cc
index 1f3e9b3..bc49d4a 100644 (file)
@@ -1,6 +1,6 @@
 // $Id$
 //
-// Copyright (C) 2008 
+// Copyright (C) 2008
 // Fraunhofer Institute for Open Communication Systems (FOKUS)
 // Competence Center NETwork research (NET), St. Augustin, GERMANY
 //     Stefan Bund <g0dil@berlios.de>
 //#include "BSDSocketAddress.ih"
 
 // Custom includes
-#include "INet/INetAddressing.hh"
-#include "UN/UNAddressing.hh"
-#include "Raw/LLAddressing.hh"
+#include <senf/Socket/Protocols/INet/INetAddressing.hh>
+#include <senf/Socket/Protocols/UN/UNAddressing.hh>
+#include <senf/Socket/Protocols/Raw/LLAddressing.hh>
 
 //#include "BSDSocketAddress.mpp"
 #define prefix_
-///////////////////////////////cc.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 prefix_ std::ostream & senf::operator<<(std::ostream & os, BSDSocketAddress const & addr)
 {
@@ -60,7 +60,7 @@ prefix_ std::ostream & senf::operator<<(std::ostream & os, BSDSocketAddress cons
     return os;
 }
 
-///////////////////////////////cc.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #undef prefix_
 //#include "BSDSocketAddress.mpp"