From 45b526ce09daee869ec1313808583f7e05bff7bb Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Mon, 18 Jun 2007 12:11:32 +0000 Subject: Intermediate checkin with preliminary work on epoll based net IO git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@548337 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/sys/Time.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cpp/src/qpid/sys/Time.h') diff --git a/cpp/src/qpid/sys/Time.h b/cpp/src/qpid/sys/Time.h index 4bb65e9f4a..25b1606844 100644 --- a/cpp/src/qpid/sys/Time.h +++ b/cpp/src/qpid/sys/Time.h @@ -97,8 +97,12 @@ const Duration TIME_USEC = 1000; /** Nanoseconds per nanosecond. */ const Duration TIME_NSEC = 1; +/** Value to represent an infinite timeout */ +const Duration TIME_INFINITE = std::numeric_limits::max(); + /** Time greater than any other time */ const AbsTime FAR_FUTURE = AbsTime::FarFuture(); + }} #endif /*!_sys_Time_h*/ -- cgit v1.2.1