Exemplo n.º 1
0
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 ());
}
Exemplo n.º 2
0
int
Method_Request_name::call (void)
{
  return future_result_.set (scheduler_->name_i ());
}