DocumentServer/ActiveX/Common/ASCDocxFormat/Source/XML/Limit/Version.h

22 lines
366 B
C
Raw Normal View History

2014-07-05 18:22:49 +00:00
#pragma once
#ifndef XML_LIMIT_VERSION_INCLUDE_H_
#define XML_LIMIT_VERSION_INCLUDE_H_
#include <string>
#include "setter.h"
namespace XML
{
namespace Limit
{
class Version : public setter::from<std::string>
{
public:
Version();
const std::string no_find() const;
};
} // namespace Limit
} // namespace XML
#endif // XML_LIMIT_VERSION_INCLUDE_H_