DRDE/ACTK1_0/se/LPE/SMDExtension.hpp
Ren RenJuan c8a6ba960d *
2014-01-28 18:16:48 +00:00

21 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_ */