]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/MapType.h
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.databoard / cpp / DataBoardTest / DataBoard / MapType.h
index ec7e7ce6eb0a0e6e32d352855628f66447dfbf65..aa38145b4f92b88e2304b20f25b99cc96d992ae9 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 MapType : public DataType {\r
-               public:\r
-                       MapType();\r
-                       MapType(DataType* keyType, DataType* valueType);\r
-\r
-                       virtual ~MapType();\r
-\r
-                       DataType* getKeyType();\r
-                       DataType* getValueType();\r
-                       void setKeyType(DataType* keyType);\r
-                       void setValueType(DataType* valueType);\r
-\r
-                       virtual std::string writeOut(int indent = 0);\r
-\r
-               protected:\r
-\r
-                       DataType* keyType;\r
-                       DataType* valueType;\r
-               };\r
-       }\r
-}\r
+#pragma once
+
+#include "DataType.h"
+
+namespace Databoard {
+       namespace Type {
+
+               class DATABOARD_API MapType : public DataType {
+               public:
+                       MapType();
+                       MapType(DataType* keyType, DataType* valueType);
+
+                       virtual ~MapType();
+
+                       DataType* getKeyType();
+                       DataType* getValueType();
+                       void setKeyType(DataType* keyType);
+                       void setValueType(DataType* valueType);
+
+                       virtual std::string writeOut(int indent = 0);
+
+               protected:
+
+                       DataType* keyType;
+                       DataType* valueType;
+               };
+       }
+}