]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/OptionalType.h
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.databoard / cpp / DataBoardTest / DataBoard / OptionalType.h
index 8d0c7e66d99ff86faa4839d1e511c0575e8713a7..74bc5c884984f546c248ae93604255bbf61c9729 100644 (file)
@@ -1,28 +1,28 @@
-#pragma once\r
-\r
-#include "DataType.h"\r
-\r
-namespace Databoard {\r
-       namespace Type {\r
-\r
-               class DATABOARD_API OptionalType : public DataType {\r
-               public:\r
-                       OptionalType();\r
-                       OptionalType(DataType* componentType);\r
-\r
-                       virtual ~OptionalType();\r
-\r
-                       DataType* getComponentType();\r
-\r
-                       void setComponentType(DataType* componentType);\r
-\r
-                       virtual std::string writeOut(int indent = 0);\r
-\r
-\r
-               protected:\r
-\r
-                       DataType* componentType;\r
-\r
-               };\r
-       }\r
-}\r
+#pragma once
+
+#include "DataType.h"
+
+namespace Databoard {
+       namespace Type {
+
+               class DATABOARD_API OptionalType : public DataType {
+               public:
+                       OptionalType();
+                       OptionalType(DataType* componentType);
+
+                       virtual ~OptionalType();
+
+                       DataType* getComponentType();
+
+                       void setComponentType(DataType* componentType);
+
+                       virtual std::string writeOut(int indent = 0);
+
+
+               protected:
+
+                       DataType* componentType;
+
+               };
+       }
+}