Skip to content
Snippets Groups Projects
ProgressAction.cpp 269 B
Newer Older
#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);