summaryrefslogtreecommitdiff
path: root/cpp/include/IceUtil/Time.h
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2004-10-06 17:53:00 +0000
committerMarc Laukien <marc@zeroc.com>2004-10-06 17:53:00 +0000
commit7dc2a0cec8c09723ea9efc241c01db678dfdc73f (patch)
tree42d788203c8a701f52ed0babe099db564eb2d4ce /cpp/include/IceUtil/Time.h
parentfixes (diff)
downloadice-7dc2a0cec8c09723ea9efc241c01db678dfdc73f.tar.bz2
ice-7dc2a0cec8c09723ea9efc241c01db678dfdc73f.tar.xz
ice-7dc2a0cec8c09723ea9efc241c01db678dfdc73f.zip
time changes
Diffstat (limited to 'cpp/include/IceUtil/Time.h')
-rw-r--r--cpp/include/IceUtil/Time.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/include/IceUtil/Time.h b/cpp/include/IceUtil/Time.h
index a2a49b09ee7..9c6fffff5b7 100644
--- a/cpp/include/IceUtil/Time.h
+++ b/cpp/include/IceUtil/Time.h
@@ -134,6 +134,8 @@ Time operator/(const Time& lhs, T rhs)
return Time::microSeconds(static_cast<Int64>(lhs.toMicroSeconds() / rhs));
}
+std::ostream& operator<<(std::ostream&, const Time&);
+
} // End namespace IceUtil
#endif