]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/Component.h
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.databoard / cpp / DataBoardTest / DataBoard / Component.h
index 44e1ac5fa55e48801b0a6522ead29ba712279076..521d1381c3e248f3fdbe8c6d7f3b94b1efa27b23 100644 (file)
@@ -1,28 +1,28 @@
-#pragma once\r
-\r
-#include "DataBoardAPI.h"\r
-\r
-#include <string>\r
-\r
-namespace Databoard {\r
-       namespace Type {\r
-\r
-               class DataType;\r
-\r
-               class DATABOARD_API Component {\r
-               public:\r
-                       Component(std::string name, DataType* type);\r
-                       virtual ~Component();\r
-\r
-                       std::string getName();\r
-                       DataType* getDataBoard();\r
-\r
-               protected:\r
-\r
-                       std::string name;\r
-                       DataType* type;\r
-\r
-                       bool usingBuiltInType;\r
-               };\r
-       }\r
-}\r
+#pragma once
+
+#include "DataBoardAPI.h"
+
+#include <string>
+
+namespace Databoard {
+       namespace Type {
+
+               class DataType;
+
+               class DATABOARD_API Component {
+               public:
+                       Component(std::string name, DataType* type);
+                       virtual ~Component();
+
+                       std::string getName();
+                       DataType* getDataBoard();
+
+               protected:
+
+                       std::string name;
+                       DataType* type;
+
+                       bool usingBuiltInType;
+               };
+       }
+}