summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-28 17:03:51 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-28 17:03:51 +0000
commit1e7f45da22ef6d0420c0e9d0adafcd349779a9e6 (patch)
treeda48686f2bd06e6055449f8bcc86f5b3cf606de1
parente713a1cb53720f8c22d2bbb34b19398cf50c42e6 (diff)
downloadATCD-1e7f45da22ef6d0420c0e9d0adafcd349779a9e6.tar.gz
Added TAO_Export to exception Bounds and BadKind.
-rw-r--r--TAO/tao/Typecode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Typecode.h b/TAO/tao/Typecode.h
index a50d4c7b4fe..ec6f8e48991 100644
--- a/TAO/tao/Typecode.h
+++ b/TAO/tao/Typecode.h
@@ -57,7 +57,7 @@ public:
// Two "user exceptions" are defined for manipulating TypeCodes. These
// two classes are defined inside the TypeCode class.
- class Bounds : public CORBA_UserException
+ class TAO_Export Bounds : public CORBA_UserException
{
public:
Bounds (void);
@@ -67,7 +67,7 @@ public:
virtual int _is_a (const char* interface_id) const;
};
- class BadKind : public CORBA_UserException
+ class TAO_Export BadKind : public CORBA_UserException
{
public:
BadKind (void);