ACE_INLINE char *&
CORBA::String_var::out (void)
{
CORBA::string_free (this->ptr_);
this->ptr_ = 0;
return this->ptr_;
}
ACE_INLINE char *
CORBA::String_var::_retn (void)
{
char *temp = this->ptr_;
延伸阅读
文章来源于领测软件测试网 https://www.ltesting.net/