コード例 #1
0
ファイル: TestC.cpp プロジェクト: esohns/ATCD
Test::Service_ptr
Test::Service::_duplicate (Service_ptr obj)
{
  if (! ::CORBA::is_nil (obj))
    {
      obj->_add_ref ();
    }
  return obj;
}