summaryrefslogtreecommitdiffstats
path: root/src/io/bufferstream.cpp
diff options
context:
space:
mode:
authorKris De Gussem <kris.degussem@gmail.com>2013-03-11 21:47:05 +0000
committerKris <Kris.De.Gussem@hotmail.com>2013-03-11 21:47:05 +0000
commitc9ab0e5a52eeea522ba9f526836310a80bcfe466 (patch)
treec920867ca58d37bfd847e929aa797c51e366b8ad /src/io/bufferstream.cpp
parentfix build warnings / cppcheck ( Bug #1120585 ) (diff)
downloadinkscape-c9ab0e5a52eeea522ba9f526836310a80bcfe466.tar.gz
inkscape-c9ab0e5a52eeea522ba9f526836310a80bcfe466.zip
Drop duplicate io code ( Bug #1120585 )
(bzr r12192)
Diffstat (limited to '')
-rw-r--r--src/io/bufferstream.cpp (renamed from src/dom/io/bufferstream.cpp)18
1 files changed, 4 insertions, 14 deletions
diff --git a/src/dom/io/bufferstream.cpp b/src/io/bufferstream.cpp
index 3389bd80e..ba440254f 100644
--- a/src/dom/io/bufferstream.cpp
+++ b/src/io/bufferstream.cpp
@@ -33,22 +33,14 @@
#include "bufferstream.h"
-namespace org
+namespace Inkscape
{
-namespace w3c
+namespace IO
{
-namespace dom
-{
-namespace io
-{
-
-
//#########################################################################
//# B U F F E R I N P U T S T R E A M
//#########################################################################
-
-
/**
*
*/
@@ -157,10 +149,8 @@ int BufferOutputStream::put(gunichar ch)
-} //namespace io
-} //namespace dom
-} //namespace w3c
-} //namespace org
+} //namespace IO
+} //namespace Inkscape
//#########################################################################
//# E N D O F F I L E