]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/DataType.h
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.databoard / cpp / DataBoardTest / DataBoard / DataType.h
index 1c4eedb1865f959f1c584bfebea03fa987216fef..e6ea0b2e7d570aed144b24f8a855a701ba0d4e17 100644 (file)
@@ -1,27 +1,27 @@
-#pragma once\r
-\r
-#include "DataBoardAPI.h"\r
-\r
-#include <string>\r
-\r
-namespace Databoard {\r
-       namespace Type {\r
-\r
-               class DATABOARD_API DataType {\r
-               public:\r
-                       DataType();\r
-                       virtual ~DataType() = 0;\r
-\r
-\r
-                       virtual std::string writeOut(int indent = 0);\r
-\r
-                       virtual void setNotBuiltIn();\r
-                       virtual bool getNotBuiltIn();\r
-\r
-               protected:\r
-\r
-                       bool notBuiltIn;\r
-               };\r
-\r
-       }\r
-}\r
+#pragma once
+
+#include "DataBoardAPI.h"
+
+#include <string>
+
+namespace Databoard {
+       namespace Type {
+
+               class DATABOARD_API DataType {
+               public:
+                       DataType();
+                       virtual ~DataType() = 0;
+
+
+                       virtual std::string writeOut(int indent = 0);
+
+                       virtual void setNotBuiltIn();
+                       virtual bool getNotBuiltIn();
+
+               protected:
+
+                       bool notBuiltIn;
+               };
+
+       }
+}