Skip to content

Commit

Permalink
re #9645 deprecate algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
NickDraper committed Jun 12, 2014
1 parent 5fc85d9 commit edf16ad
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// Includes
//----------------------------------------------------------------------
#include "MantidAPI/Algorithm.h"
#include "MantidAPI/DeprecatedAlgorithm.h"

namespace Mantid
{
Expand Down Expand Up @@ -32,11 +33,11 @@ namespace Algorithms
File change history is stored at: <https://github.com/mantidproject/mantid>
Code Documentation is available at: <http://doxygen.mantidproject.org>
*/
class DLLExport SANSDirectBeamScaling : public API::Algorithm
class DLLExport SANSDirectBeamScaling : public API::Algorithm, public API::DeprecatedAlgorithm
{
public:
/// (Empty) Constructor
SANSDirectBeamScaling() : API::Algorithm() {}
SANSDirectBeamScaling() : API::Algorithm() {deprecatedDate("2014-06-12");}
/// Virtual destructor
virtual ~SANSDirectBeamScaling() {}
/// Algorithm's name
Expand Down

0 comments on commit edf16ad

Please sign in to comment.