3 //=============================================================================
7 * Contains a base class for the object _var classes.
9 * @author Jeff Parsons.
11 //=============================================================================
15 #include /**/ "ace/pre.h"
17 #include /**/ "tao/Versioned_Namespace.h"
19 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
26 * Base class for object _var classes. Used to prevent the
27 * _var class of a CORBA interface from accepting the _var
28 * of a more derived interface in its copy constructor or
29 * assignment operator.
38 TAO_Base_var (const TAO_Base_var
&);
39 TAO_Base_var
& operator= (const TAO_Base_var
&);
43 TAO_END_VERSIONED_NAMESPACE_DECL
45 #include /**/ "ace/post.h"
46 #endif /* TAO_VARBASE_H */