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 | 4889235edfd1da572a040d0bbdb0924e4303b0f2 (patch) | |
| tree | a42cd12509c2ab2a94d12ca7b75a12ad91b46861 /qpid/cpp/include | |
| parent | 4b59e2ce1f5f7f8e3171e19a04185f3b133a6b38 (diff) | |
| download | qpid-python-4889235edfd1da572a040d0bbdb0924e4303b0f2.tar.gz | |
QPID-4748: Consistent handling of durations - apply changes to Windows platform
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1470002 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/include')
| -rw-r--r-- | qpid/cpp/include/qpid/sys/Time.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/include/qpid/sys/Time.h b/qpid/cpp/include/qpid/sys/Time.h index 8e99356409..2ccff92e7c 100644 --- a/qpid/cpp/include/qpid/sys/Time.h +++ b/qpid/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(); } |
