diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2010-04-08 05:07:08 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2010-04-08 05:07:08 +0000 |
| commit | 6c91609a8b9e6bf768a698afb1ea5ca380dcf361 (patch) | |
| tree | 1544e850213c7a3fde93bf66b61e68de48d932f4 /qpid/cpp/src | |
| parent | bb69ac2090b9afb719ce4e4b9130226c34e591d9 (diff) | |
| download | qpid-python-6c91609a8b9e6bf768a698afb1ea5ca380dcf361.tar.gz | |
Remove some clunky accessors for AbsTime on Windows and replace by making Condition
a friend class of AbsTime.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@931783 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
| -rw-r--r-- | qpid/cpp/src/qpid/sys/windows/Time.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/qpid/cpp/src/qpid/sys/windows/Time.cpp b/qpid/cpp/src/qpid/sys/windows/Time.cpp index 959a7c10fe..8d34c937ef 100644 --- a/qpid/cpp/src/qpid/sys/windows/Time.cpp +++ b/qpid/cpp/src/qpid/sys/windows/Time.cpp @@ -79,10 +79,6 @@ std::ostream& operator<<(std::ostream& o, const AbsTime& t) { } -void toPtime(ptime& pt, const AbsTime& t) { - pt = t.getPrivate(); -} - void sleep(int secs) { ::Sleep(secs * 1000); } |
