summaryrefslogtreecommitdiff
path: root/TAO/tao/Valuetype
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-10-07 11:18:35 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-10-07 11:18:35 +0000
commit4f0239175acd48b5c8a3d64f92dc414f777674da (patch)
tree31f53cb1d14ee58eb5e4bee04db2698bf01f5ede /TAO/tao/Valuetype
parente674e6d65e3dcc4681db650eda126bab0dce9f25 (diff)
downloadATCD-4f0239175acd48b5c8a3d64f92dc414f777674da.tar.gz
Thu Oct 7 11:14:15 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/PortableServer/RequestProcessingStrategyServantActivator.cpp: Layout changes * tao/Valuetype/ValueBase.h: Removed suncc workaround
Diffstat (limited to 'TAO/tao/Valuetype')
-rw-r--r--TAO/tao/Valuetype/ValueBase.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/TAO/tao/Valuetype/ValueBase.h b/TAO/tao/Valuetype/ValueBase.h
index 7ff6ffda25b..b4fd3d790bf 100644
--- a/TAO/tao/Valuetype/ValueBase.h
+++ b/TAO/tao/Valuetype/ValueBase.h
@@ -286,14 +286,6 @@ namespace CORBA
private:
ValueBase & operator= (const ValueBase &);
-
-#ifdef SUN_CC_HAS_PVFC_BUG
- // Need ugly fix for sun cc "pure virtual function called" bug.
- private:
- unsigned long tao_sun_cc_pvfc_bug_fix_;
-
-#endif /* SUN_CC_HAS_PVFC_BUG */
-
}; // ValueBase
/// Valuetype-related type codes.