summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-12-01 18:41:27 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-12-01 18:41:27 +0000
commit9924aadb60327aeb71f76b58aa96510e0855c9b5 (patch)
treed374823bb66044b2fd6fa3371f06bee1a08e486c
parentfcee8285026ba82317bcc344d37bf59df8a9c37a (diff)
downloadATCD-9924aadb60327aeb71f76b58aa96510e0855c9b5.tar.gz
Moved the TAO_Export macro in the osream operator declaration, and
added an 'extern' as well.
-rw-r--r--TAO/tao/Exception.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/tao/Exception.h b/TAO/tao/Exception.h
index fa91fb3dce8..008b98e7cf3 100644
--- a/TAO/tao/Exception.h
+++ b/TAO/tao/Exception.h
@@ -111,8 +111,9 @@ private:
#if !defined (ACE_LACKS_IOSTREAM_TOTALLY)
// Convenient ostream operator.
-ostream& TAO_Export operator<< (ostream &os,
- const CORBA_Exception &e);
+extern TAO_Export
+ostream& operator<< (ostream &os,
+ const CORBA_Exception &e);
#endif // (ACE_LACKS_IOSTREAM_TOTALLY)