summaryrefslogtreecommitdiff
path: root/cpp/include/IceUtil/OutputUtil.h
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2005-06-09 04:04:15 +0000
committerMichi Henning <michi@zeroc.com>2005-06-09 04:04:15 +0000
commit2413378ac2ee921883896f90d5e275bd3bf5c03b (patch)
tree741e20de44f8c4039f2c6ce7ba2a217a0f52be40 /cpp/include/IceUtil/OutputUtil.h
parentNow returning null if servant can't be instantiated. (diff)
downloadice-2413378ac2ee921883896f90d5e275bd3bf5c03b.tar.bz2
ice-2413378ac2ee921883896f90d5e275bd3bf5c03b.tar.xz
ice-2413378ac2ee921883896f90d5e275bd3bf5c03b.zip
Removed unused methods from IceUtil::Output.
Diffstat (limited to 'cpp/include/IceUtil/OutputUtil.h')
-rw-r--r--cpp/include/IceUtil/OutputUtil.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/cpp/include/IceUtil/OutputUtil.h b/cpp/include/IceUtil/OutputUtil.h
index 9e7be7371de..acca4987a87 100644
--- a/cpp/include/IceUtil/OutputUtil.h
+++ b/cpp/include/IceUtil/OutputUtil.h
@@ -58,15 +58,6 @@ public:
bool operator!() const; // Check whether the output state is ok.
- std::streamsize width() const;
- std::streamsize width(std::streamsize newWidth);
-
- std::ios_base::fmtflags flags() const;
- std::ios_base::fmtflags flags(std::ios_base::fmtflags newFlags);
-
- std::ostream::char_type fill() const;
- std::ostream::char_type fill(std::ostream::char_type newFill);
-
protected:
std::ofstream _fout;