예제 #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;
}