init repo
This commit is contained in:
22
ActiveX/Common/ASCDocxFormat/Source/XML/Limit/Version.h
Normal file
22
ActiveX/Common/ASCDocxFormat/Source/XML/Limit/Version.h
Normal file
@@ -0,0 +1,22 @@
|
||||
#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_
|
||||
Reference in New Issue
Block a user