DRDE/ACTK1_0/se/LPE/SMDExtension.hpp

22 lines
371 B
C++

/*
* SMDExtension.hpp
*
* Created on: Jan 28, 2014
* Author: jdaugherty
*/
#ifndef SMDEXTENSION_HPP_
#define SMDEXTENSION_HPP_
#include "se/Extension.hpp"
class SMDExtension: public Extension {
public:
SMDExtension();
virtual ~SMDExtension();
std::string& getURI() const;
std::string& getSchemaLocation() const;
};
#endif /* SMDEXTENSION_HPP_ */