summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_array/array_ch.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2017-08-08 15:32:22 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2017-08-08 15:32:22 +0200
commit16331fdef3c47555b31acedf44835663da1e4efd (patch)
tree96883d6a1f6a89f32e5737d006b02074f6b12dd6 /TAO/TAO_IDL/be/be_visitor_array/array_ch.cpp
parent977272ed230d444c9eb1c27901ccee3df3ab9515 (diff)
downloadATCD-16331fdef3c47555b31acedf44835663da1e4efd.tar.gz
Don't use TAO_NAMESPACE_STORAGE_CLASS anymore
* TAO/TAO_IDL/be/be_visitor_array/array_ch.cpp: * TAO/TAO_IDL/be/be_visitor_constant/constant_ch.cpp: * TAO/TAO_IDL/be/be_visitor_root/root_ch.cpp: * TAO/orbsvcs/orbsvcs/Notify/Notify_Extensions.h:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_array/array_ch.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_array/array_ch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_array/array_ch.cpp b/TAO/TAO_IDL/be/be_visitor_array/array_ch.cpp
index 4cde8606de8..a1fc18b63f6 100644
--- a/TAO/TAO_IDL/be/be_visitor_array/array_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_array/array_ch.cpp
@@ -259,7 +259,7 @@ int be_visitor_array_ch::visit_array (be_array *node)
}
else
{
- storage_class = "TAO_NAMESPACE_STORAGE_CLASS ";
+ storage_class = "extern TAO_EXPORT_MACRO ";
}
}
else