1 // ========================================================================
7 // Class that implements a really simple dynamic property.
10 // Seth Widoff <sbw1@cs.wustl.edu>
12 // =======================================================================
14 #ifndef TAO_SIMPLE_DYNAMIC_H
15 #define TAO_SIMPLE_DYNAMIC_H
17 #include "orbsvcs/Trader/Trader_Utils.h"
21 #pragma warning(disable:4250)
25 class TAO_Simple_Dynamic_Property
: public TAO_Dynamic_Property
28 TAO_Simple_Dynamic_Property (const T
& dp
);
30 virtual CORBA::Any
* evalDP (const char* /* name */,
31 CORBA::TypeCode_ptr
/* returned_type */,
32 const CORBA::Any
&); /* extra_info */
42 #include "Simple_Dynamic.cpp"
44 #endif /* TAO_SIMPLE_DYNAMIC_H */