summaryrefslogtreecommitdiff
path: root/TAO/tao/ValueFactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ValueFactory.h')
-rw-r--r--TAO/tao/ValueFactory.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/tao/ValueFactory.h b/TAO/tao/ValueFactory.h
index 6e8caffddfe..875d3633e11 100644
--- a/TAO/tao/ValueFactory.h
+++ b/TAO/tao/ValueFactory.h
@@ -34,7 +34,7 @@ namespace CORBA
typedef TAO_Pseudo_Value_Var_T<ValueFactoryBase> ValueFactoryBase_var;
- typedef TAO_Pseudo_Value_Out_T<ValueFactoryBase, ValueFactoryBase_var>
+ typedef TAO_Pseudo_Value_Out_T<ValueFactoryBase, ValueFactoryBase_var>
ValueFactoryBase_out;
typedef ValueFactoryBase_var ValueFactory_var;
@@ -45,6 +45,8 @@ namespace CORBA
ValueFactoryBase ();
virtual ~ValueFactoryBase ();
+ static ValueFactoryBase * _nil (void);
+
// non-virtual is non-standard
void _add_ref (void);
void _remove_ref (void);