diff options
author | Pixel <Pixel> | 2001-12-02 18:55:35 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-12-02 18:55:35 +0000 |
commit | e4075153def021c3405accb19ffcdc3247d98807 (patch) | |
tree | dc7085d969af2dd121f22619d6c453c4bd7a41a9 /include/Output.h | |
parent | 37989e882eaa805662dd0e260eb293c939e082b7 (diff) |
Comments and so...
Diffstat (limited to 'include/Output.h')
-rw-r--r-- | include/Output.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/Output.h b/include/Output.h index 10a1849..6c4fdec 100644 --- a/include/Output.h +++ b/include/Output.h @@ -5,10 +5,6 @@ #include <String.h> #include <Handle.h> -/* - * Ouvre un fichier en ecriture. - */ - class Output : public Handle { public: Output(String = "", int trunc = 1) throw (GeneralException); |