Utils/Console: Add SENF_CONSOLE_REGISTER_ENUM 'key()' support
[senf.git] / senf / Packets / DumpFormat.hh
index 0d1cea2..79a832f 100644 (file)
@@ -1,6 +1,6 @@
 // $Id$
 //
-// Copyright (C) 2009 
+// Copyright (C) 2009
 // Fraunhofer Institute for Open Communication Systems (FOKUS)
 // Competence Center NETwork research (NET), St. Augustin, GERMANY
 //     Stefan Bund <g0dil@berlios.de>
 namespace senf {
 
     std::string fieldName(std::string const & s);
-    
-    template <class T> 
-    std::string prettyNumber(T const & v, 
-                             typename boost::enable_if<boost::is_signed<T> >::type * = 0);
 
-    template <class T> 
-    std::string prettyNumber(T const & v, 
-                             typename boost::enable_if<boost::is_unsigned<T> >::type * = 0);
 }
 
 ///////////////////////////////hh.e////////////////////////////////////////
@@ -56,7 +49,7 @@ namespace senf {
 #if !defined(HH_SENF_Packets_Packets__decls_) && !defined(HH_SENF_Packets_DumpFormat_i_)
 #define HH_SENF_Packets_DumpFormat_i_
 //#include "DumpFormat.cci"
-#include "DumpFormat.ct"
+//#include "DumpFormat.ct"
 //#include "DumpFormat.cti"
 #endif