diff options
author | Marc Laukien <marc@zeroc.com> | 2001-06-21 21:58:37 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-06-21 21:58:37 +0000 |
commit | c875f9bc1bae3d67e197563f8cc3083035c693ab (patch) | |
tree | 4d0947f9ec78cd0d6e629e3e88e7eb1cb92ea353 /cpp/src/Slice/OutputUtil.h | |
parent | slice2html (diff) | |
download | ice-c875f9bc1bae3d67e197563f8cc3083035c693ab.tar.bz2 ice-c875f9bc1bae3d67e197563f8cc3083035c693ab.tar.xz ice-c875f9bc1bae3d67e197563f8cc3083035c693ab.zip |
started with splice2html
Diffstat (limited to 'cpp/src/Slice/OutputUtil.h')
-rw-r--r-- | cpp/src/Slice/OutputUtil.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/Slice/OutputUtil.h b/cpp/src/Slice/OutputUtil.h index bd2dfae6119..f28412b8f02 100644 --- a/cpp/src/Slice/OutputUtil.h +++ b/cpp/src/Slice/OutputUtil.h @@ -31,11 +31,12 @@ extern ICE_API Separator sp; // Indent // ---------------------------------------------------------------------- -class ICE_API Output +class ICE_API Output : ::__Ice::noncopyable { public: Output(); + Output(const char*); void open(const char*); // Open output stream |