]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/Limit.h
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.databoard / cpp / DataBoardTest / DataBoard / Limit.h
index 90bef80e96fb0765b99f2fd81257c6c1dc1de3a9..775a4ccec3b09c647b58955d59d5c9cd0e4c4e5b 100644 (file)
@@ -1,34 +1,34 @@
-#pragma once\r
-\r
-#include <string>\r
-\r
-namespace Databoard {\r
-\r
-       class Limit {\r
-       public:\r
-               Limit(bool isLower = false);\r
-               virtual~ Limit();\r
-\r
-               void setValue(std::string value);\r
-               std::string getValue();\r
-\r
-               double getDouble(double value);\r
-               float getFloat(float value);\r
-               int getInteger(int value);\r
-               long getLong(long value);\r
-               char getByte(char value);\r
-\r
-               void setInclusive();\r
-               bool getInclusive();\r
-\r
-               std::string writeOut();\r
-\r
-       private:\r
-\r
-               bool isLower;\r
-               bool isInclusive;\r
-\r
-               std::string value;\r
-       };\r
-\r
-}\r
+#pragma once
+
+#include <string>
+
+namespace Databoard {
+
+       class Limit {
+       public:
+               Limit(bool isLower = false);
+               virtual~ Limit();
+
+               void setValue(std::string value);
+               std::string getValue();
+
+               double getDouble(double value);
+               float getFloat(float value);
+               int getInteger(int value);
+               long getLong(long value);
+               char getByte(char value);
+
+               void setInclusive();
+               bool getInclusive();
+
+               std::string writeOut();
+
+       private:
+
+               bool isLower;
+               bool isInclusive;
+
+               std::string value;
+       };
+
+}