summaryrefslogtreecommitdiffstats
path: root/ue2/imgsynth2/cwindowsbitmap.h
diff options
context:
space:
mode:
authormanuel <manuel@clan-server.at>2009-04-29 16:15:00 +0200
committermanuel <manuel@clan-server.at>2009-04-29 16:15:00 +0200
commitcfd4f77988cf12106e22e52fba6c1b5672a06162 (patch)
treeadeca546331f12c9237b6e9fa3a4f659106dc5c6 /ue2/imgsynth2/cwindowsbitmap.h
parente1ad46101085cc7f8fd766936552b31d67188a15 (diff)
downloadooprog-cfd4f77988cf12106e22e52fba6c1b5672a06162.tar.gz
ooprog-cfd4f77988cf12106e22e52fba6c1b5672a06162.tar.bz2
ooprog-cfd4f77988cf12106e22e52fba6c1b5672a06162.zip
adding filename param to write(...)
Diffstat (limited to 'ue2/imgsynth2/cwindowsbitmap.h')
-rw-r--r--ue2/imgsynth2/cwindowsbitmap.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ue2/imgsynth2/cwindowsbitmap.h b/ue2/imgsynth2/cwindowsbitmap.h
index 3367952..28ad010 100644
--- a/ue2/imgsynth2/cwindowsbitmap.h
+++ b/ue2/imgsynth2/cwindowsbitmap.h
@@ -59,14 +59,15 @@ class CWindowsBitmap : public CBitmap
59 /** 59 /**
60 * @method write 60 * @method write
61 * @brief Writes Windows Bitmap to filestream. 61 * @brief Writes Windows Bitmap to filestream.
62 * @param out filestream to read data from 62 * @param out filestream to read data from
63 * @param filename filename (maybe useful for some handlers)
63 * @return - 64 * @return -
64 * @globalvars none 65 * @globalvars none
65 * @exception FileError 66 * @exception FileError
66 * @exception bad_alloc 67 * @exception bad_alloc
67 * @conditions none 68 * @conditions none
68 */ 69 */
69 void write(std::ofstream& out); 70 void write(std::ofstream& out, std::string& filename);
70 71
71#ifdef DEBUG 72#ifdef DEBUG
72 /** 73 /**