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