CosTradingDynamic::DynamicProp Struct Reference

This structure represents a dynamic property. More...

import "CosTradingDynamic.idl";

List of all members.

Public Attributes

DynamicPropEval eval_if
 The interface used to evaluate the property.
CORBA::TypeCode returned_type
 The type of the property value.
any extra_info
 Any extra information requiured.


Detailed Description

This structure represents a dynamic property.


Member Data Documentation

DynamicPropEval CosTradingDynamic::DynamicProp::eval_if

The interface used to evaluate the property.

any CosTradingDynamic::DynamicProp::extra_info

Any extra information requiured.

CORBA::TypeCode CosTradingDynamic::DynamicProp::returned_type

The type of the property value.