Skip to content

Commit

Permalink
Refs #9705. Deprecated ProcessDasNexusLog.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzhou committed Jul 8, 2014
1 parent e3c5f11 commit af82c89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Expand Up @@ -3,6 +3,7 @@

#include "MantidKernel/System.h"
#include "MantidAPI/Algorithm.h"
#include "MantidAPI/DeprecatedAlgorithm.h"

namespace Mantid
{
Expand Down Expand Up @@ -33,7 +34,7 @@ namespace DataHandling
File change history is stored at: <https://github.com/mantidproject/mantid>
Code Documentation is available at: <http://doxygen.mantidproject.org>
*/
class DLLExport ProcessDasNexusLog : public API::Algorithm
class DLLExport ProcessDasNexusLog : public API::Algorithm, public API::DeprecatedAlgorithm
{
public:
ProcessDasNexusLog();
Expand Down
Expand Up @@ -23,7 +23,7 @@ namespace DataHandling
//----------------------------------------------------------------------------------------------
/** Constructor
*/
ProcessDasNexusLog::ProcessDasNexusLog()
ProcessDasNexusLog::ProcessDasNexusLog() : Algorithm(), DeprecatedAlgorithm()
{
}

Expand Down

0 comments on commit af82c89

Please sign in to comment.