diff options
| author | Charles E. Rolke <chug@apache.org> | 2013-04-19 19:31:29 +0000 |
|---|---|---|
| committer | Charles E. Rolke <chug@apache.org> | 2013-04-19 19:31:29 +0000 |
| commit | 7a0181121c6addaf749dc33ccf5e4e4f345bd622 (patch) | |
| tree | 82c870043dc8e4bc2228caadd0fa5b97bc074d59 /cpp/include/qpid | |
| parent | 04a5d740df1e6f8a223d63d207f96bdec65791ce (diff) | |
| download | qpid-python-7a0181121c6addaf749dc33ccf5e4e4f345bd622.tar.gz | |
QPID-4748: Consistent handling of durations - apply changes to Windows platform
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1470002 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/include/qpid')
| -rw-r--r-- | cpp/include/qpid/sys/Time.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/include/qpid/sys/Time.h b/cpp/include/qpid/sys/Time.h index 8e99356409..2ccff92e7c 100644 --- a/cpp/include/qpid/sys/Time.h +++ b/cpp/include/qpid/sys/Time.h @@ -124,8 +124,8 @@ public: inline operator int64_t() const; }; -std::ostream& operator << (std::ostream&, const Duration&); -std::istream& operator >> (std::istream&, Duration&); +QPID_COMMON_EXTERN std::ostream& operator << (std::ostream&, const Duration&); +QPID_COMMON_EXTERN std::istream& operator >> (std::istream&, Duration&); inline AbsTime now() { return AbsTime::now(); } |
