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 | 9a51f3705ee74d81869c1d40a6776799e2e2eca4 (patch) | |
| tree | 82c870043dc8e4bc2228caadd0fa5b97bc074d59 /cpp/include | |
| parent | 79c44f5fdebb95c126e760c5f18432941a9a4f6a (diff) | |
| download | qpid-python-9a51f3705ee74d81869c1d40a6776799e2e2eca4.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')
| -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(); } |
