From cfd4f77988cf12106e22e52fba6c1b5672a06162 Mon Sep 17 00:00:00 2001 From: manuel Date: Wed, 29 Apr 2009 16:15:00 +0200 Subject: adding filename param to write(...) --- ue2/imgsynth2/cfile.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ue2/imgsynth2/cfile.h') diff --git a/ue2/imgsynth2/cfile.h b/ue2/imgsynth2/cfile.h index a5c4d2a..9513a2c 100644 --- a/ue2/imgsynth2/cfile.h +++ b/ue2/imgsynth2/cfile.h @@ -75,13 +75,14 @@ class CFile /** * @method write * @brief Pure virtual method (interface). Should write data to filestream. - * @param out filestream to write data to + * @param out filestream to write data to + * @param filename filename (maybe useful for some handlers) * @return - * @globalvars none * @exception FileError * @conditions none */ - virtual void write(std::ofstream& out) = 0; + virtual void write(std::ofstream& out, std::string& filename) = 0; /** * @method callFunc -- cgit v1.2.3