forgot StreamOutput
authorArthur Wolf <wolf.arthur@gmail.com>
Mon, 26 Mar 2012 17:35:07 +0000 (19:35 +0200)
committerArthur Wolf <wolf.arthur@gmail.com>
Mon, 26 Mar 2012 17:35:07 +0000 (19:35 +0200)
src/libs/StreamOutput.h [new file with mode: 0644]

diff --git a/src/libs/StreamOutput.h b/src/libs/StreamOutput.h
new file mode 100644 (file)
index 0000000..021ef93
--- /dev/null
@@ -0,0 +1,22 @@
+#ifndef STREAMOUTPUT_H
+#define STREAMOUTPUT_H
+
+class StreamOutput {
+    public:
+       StreamOutput(){}
+       int printf(const char* format, ...){}
+
+
+
+
+};
+
+
+
+
+
+
+
+
+
+#endif