summaryrefslogtreecommitdiffstats
path: root/ue2/imgsynth2/cfile.h
diff options
context:
space:
mode:
authormanuel <manuel@nc8430.lan>2009-05-01 20:18:51 +0200
committermanuel <manuel@nc8430.lan>2009-05-01 20:18:51 +0200
commitb9ce1555b2baf9be209775dbd4c8b217db5cd735 (patch)
tree9c4b74f4a3f9e323e6d799313f9f59dd7b940fb4 /ue2/imgsynth2/cfile.h
parent6431d84ffec82db10030d918cfed8e791e62f42c (diff)
downloadooprog-b9ce1555b2baf9be209775dbd4c8b217db5cd735.tar.gz
ooprog-b9ce1555b2baf9be209775dbd4c8b217db5cd735.tar.bz2
ooprog-b9ce1555b2baf9be209775dbd4c8b217db5cd735.zip
rewrote pixmap::read to do more sanity checks
Diffstat (limited to 'ue2/imgsynth2/cfile.h')
-rw-r--r--ue2/imgsynth2/cfile.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ue2/imgsynth2/cfile.h b/ue2/imgsynth2/cfile.h
index 9513a2c..020ce65 100644
--- a/ue2/imgsynth2/cfile.h
+++ b/ue2/imgsynth2/cfile.h
@@ -76,13 +76,12 @@ class CFile
76 * @method write 76 * @method write
77 * @brief Pure virtual method (interface). Should write data to filestream. 77 * @brief Pure virtual method (interface). Should write data to filestream.
78 * @param out filestream to write data to 78 * @param out filestream to write data to
79 * @param filename filename (maybe useful for some handlers)
80 * @return - 79 * @return -
81 * @globalvars none 80 * @globalvars none
82 * @exception FileError 81 * @exception FileError
83 * @conditions none 82 * @conditions none
84 */ 83 */
85 virtual void write(std::ofstream& out, std::string& filename) = 0; 84 virtual void write(std::ofstream& out) = 0;
86 85
87 /** 86 /**
88 * @method callFunc 87 * @method callFunc