]> git.tdb.fi Git - libs/core.git/blobdiff - source/io/asset.cpp
Add a class for accessing applications assets
[libs/core.git] / source / io / asset.cpp
diff --git a/source/io/asset.cpp b/source/io/asset.cpp
new file mode 100644 (file)
index 0000000..a5ce175
--- /dev/null
@@ -0,0 +1,12 @@
+#include "asset.h"
+
+namespace Msp {
+namespace IO {
+
+unsigned Asset::do_write(const char *, unsigned)
+{
+       throw invalid_access(M_WRITE);
+}
+
+} // namespace IO
+} // namespace Msp