예제 #1
0
파일: Future_Test.cpp 프로젝트: esohns/ATCD
int
Method_Request_name::call (void)
{
  // Dispatch the Servant's operation and store the result into the
  // Future.
  return future_result_.set (scheduler_->name_i ());
}
예제 #2
0
int
Method_Request_name::call (void)
{
  return future_result_.set (scheduler_->name_i ());
}