summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-24 17:13:29 +0100
committerCarl Hetherington <cth@carlh.net>2014-05-24 17:13:29 +0100
commit7002892583b9e008a1bd3469c6db859292927286 (patch)
tree8f5f44a7a5223f1455bef4333fa29086bafbb201 /src
parent6c5e5435d105685a537561ca0e6a223d34af85e1 (diff)
New file.
Diffstat (limited to 'src')
-rw-r--r--src/dcp_writer.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/dcp_writer.h b/src/dcp_writer.h
new file mode 100644
index 0000000..0472abc
--- /dev/null
+++ b/src/dcp_writer.h
@@ -0,0 +1,28 @@
+/*
+ Copyright (C) 2014 Carl Hetherington <cth@carlh.net>
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
+*/
+
+namespace sub {
+
+class DCPWriter
+{
+
+
+};
+
+}