]> Dogcows Code - chaz/yoink/blobdiff - src/stlplus/strings/print_cstring.hpp
cleanup stlplus files
[chaz/yoink] / src / stlplus / strings / print_cstring.hpp
index 57cdbcd72022466fc19c1da17da3ae43b9b513cc..d705015cd15070c21247d4b1ebff80c7b3c6e10e 100644 (file)
@@ -1,27 +1,27 @@
-#ifndef STLPLUS_PRINT_CSTRING\r
-#define STLPLUS_PRINT_CSTRING\r
-////////////////////////////////////////////////////////////////////////////////\r
-\r
-//   Author:    Andy Rushton\r
-//   Copyright: (c) Southampton University 1999-2004\r
-//              (c) Andy Rushton           2004-2009\r
-//   License:   BSD License, see ../docs/license.html\r
-\r
-//   Functions for converting C/STL strings to string\r
-\r
-//   This is necessary for completeness\r
-\r
-////////////////////////////////////////////////////////////////////////////////\r
-#include "strings_fixes.hpp"\r
-#include <string>\r
-#include <iostream>\r
-#include <stdexcept>\r
-\r
-namespace stlplus\r
-{\r
-\r
-  void print_cstring(std::ostream& device, const char* value);\r
-\r
-}\r
-\r
-#endif\r
+#ifndef STLPLUS_PRINT_CSTRING
+#define STLPLUS_PRINT_CSTRING
+////////////////////////////////////////////////////////////////////////////////
+
+//   Author:    Andy Rushton
+//   Copyright: (c) Southampton University 1999-2004
+//              (c) Andy Rushton           2004-2009
+//   License:   BSD License, see ../docs/license.html
+
+//   Functions for converting C/STL strings to string
+
+//   This is necessary for completeness
+
+////////////////////////////////////////////////////////////////////////////////
+#include "strings_fixes.hpp"
+#include <string>
+#include <iostream>
+#include <stdexcept>
+
+namespace stlplus
+{
+
+  void print_cstring(std::ostream& device, const char* value);
+
+}
+
+#endif
This page took 0.018781 seconds and 4 git commands to generate.