| 844 | } |
| 845 | |
| 846 | DynamicDataImpl::SingleValue::SingleValue() |
| 847 | : kind_(TK_NONE), active_(0) |
| 848 | {} |
| 849 | |
| 850 | DynamicDataImpl::SingleValue::SingleValue(CORBA::Long int32) |
| 851 | : kind_(TK_INT32), active_(0), int32_(int32) |
nothing calls this directly
no test coverage detected