Skip to content

Commit

Permalink
and update namespace, re #11123
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeMPouzols committed Mar 21, 2015
1 parent 4d7dae8 commit a905bd1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Code/Mantid/Framework/API/inc/MantidAPI/IRemoteJobManager.h
@@ -1,10 +1,10 @@
#ifndef MANTID_KERNEL_IREMOTEJOBMANAGER_H
#define MANTID_KERNEL_IREMOTEJOBMANAGER_H

#include "MantidKernel/DllConfig.h"
#include "MantidAPI/DllConfig.h"

namespace Mantid {
namespace Kernel {
namespace API {
/**
Common interface to different remote job managers (job schedulers, web
services, etc. such as MOAB, Platform LSF, or SLURM).
Expand Down Expand Up @@ -63,7 +63,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
File change history is stored at: <https://github.com/mantidproject/mantid>.
Code Documentation is available at: <http://doxygen.mantidproject.org>
*/
class MANTID_KERNEL_DLL IRemoteJobManager {
class MANTID_API_DLL IRemoteJobManager {
public:
virtual ~IRemoteJobManager(){};

Expand Down Expand Up @@ -271,7 +271,7 @@ class MANTID_KERNEL_DLL IRemoteJobManager {
// shared pointer type for the IRemoteJobManager
typedef boost::shared_ptr<IRemoteJobManager> IRemoteJobManager_sptr;

} // namespace Kernel
} // namespace API
} // namespace Mantid

#endif // MANTID_KERNEL_IREMOTEJOBMANAGER_H

0 comments on commit a905bd1

Please sign in to comment.