diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-05-31 17:15:56 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-05-31 17:15:56 +0000 |
commit | 7bd6a2ca34063fe153e1c89370748ee28565cbc6 (patch) | |
tree | 9de27b318967f2930f658f3ef2e86957710aff4a /TAO/tao/DomainC.h | |
parent | f1e09db81f52cbe82f3bb334320ffa2a6ce093c8 (diff) | |
download | ATCD-7bd6a2ca34063fe153e1c89370748ee28565cbc6.tar.gz |
ChangeLogTag:Thu May 31 10:13:44 2001 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/DomainC.h')
-rw-r--r-- | TAO/tao/DomainC.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/TAO/tao/DomainC.h b/TAO/tao/DomainC.h index 09aed81f187..9f4909dc721 100644 --- a/TAO/tao/DomainC.h +++ b/TAO/tao/DomainC.h @@ -340,9 +340,7 @@ public: #endif /* end #if !defined */ -TAO_NAMESPACE_STORAGE_CLASS CORBA::TypeCode_ptr _tc_CORBA_DomainManager; - -TAO_NAMESPACE_STORAGE_CLASS const CORBA::ULong SecConstruction; +extern TAO_Export CORBA::TypeCode_ptr _tc_CORBA_DomainManager; #if !defined (_CORBA_CONSTRUCTIONPOLICY___PTR_CH_) @@ -634,7 +632,7 @@ public: #endif /* end #if !defined */ -TAO_NAMESPACE_STORAGE_CLASS CORBA::TypeCode_ptr _tc_CORBA_ConstructionPolicy; +extern TAO_Export CORBA::TypeCode_ptr _tc_CORBA_ConstructionPolicy; #if !defined (TAO_USE_SEQUENCE_TEMPLATES) @@ -786,7 +784,7 @@ private: #endif /* end #if !defined */ -TAO_NAMESPACE_STORAGE_CLASS CORBA::TypeCode_ptr _tc_CORBA_DomainManagerList; +extern TAO_Export CORBA::TypeCode_ptr _tc_CORBA_DomainManagerList; |