| 994 | |
| 995 | char* DynamicDataImpl::SingleValue::get_string() const { return CORBA::string_dup(str_); } |
| 996 | CORBA::WChar* DynamicDataImpl::SingleValue::get_wstring() const { return CORBA::wstring_dup(wstr_); } |
| 997 | |
| 998 | void DynamicDataImpl::SingleValue::copy(const SingleValue& other) |
| 999 | { |
no test coverage detected