-
Roman Tolchenov authoredRoman Tolchenov authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
ProgressAction.cpp 269 B
#include "MantidVatesAPI/ProgressAction.h"
namespace Mantid {
namespace VATES {
ProgressAction::ProgressAction() {}
void ProgressAction::handler(
const Poco::AutoPtr<Mantid::API::Algorithm::ProgressNotification> &pNf) {
this->eventRaised(pNf->progress);
}
}
}