]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/Value.h
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.databoard / cpp / DataBoardTest / DataBoard / Value.h
index f219c75f32a83d4b83346f58795cee83ab3cd88d..d5981bd8b1a44d8403dfcce4db308cbf92d43b78 100644 (file)
@@ -1,37 +1,37 @@
-#pragma once\r
-\r
-#include "DataBoardAPI.h"\r
-\r
-#include <string>\r
-\r
-namespace Databoard {\r
-\r
-       namespace Type {\r
-               class DataType;\r
-       }\r
-\r
-       namespace Value {\r
-\r
-               class DATABOARD_API Value {\r
-               public:\r
-                       Value(Databoard::Type::DataType* dataBoard);\r
-                       virtual ~Value();\r
-\r
-                       void* getObject();\r
-                       Databoard::Type::DataType* type();\r
-                       void freeType();\r
-\r
-                       virtual std::string writeOut(int indent = 0);\r
-\r
-                       virtual bool equals(const Value* other);\r
-\r
-                       virtual std::string isValid();\r
-\r
-               protected:\r
-                       void* object;\r
-\r
-                       Databoard::Type::DataType* dataBoard;\r
-\r
-               };\r
-       }\r
-}\r
+#pragma once
+
+#include "DataBoardAPI.h"
+
+#include <string>
+
+namespace Databoard {
+
+       namespace Type {
+               class DataType;
+       }
+
+       namespace Value {
+
+               class DATABOARD_API Value {
+               public:
+                       Value(Databoard::Type::DataType* dataBoard);
+                       virtual ~Value();
+
+                       void* getObject();
+                       Databoard::Type::DataType* type();
+                       void freeType();
+
+                       virtual std::string writeOut(int indent = 0);
+
+                       virtual bool equals(const Value* other);
+
+                       virtual std::string isValid();
+
+               protected:
+                       void* object;
+
+                       Databoard::Type::DataType* dataBoard;
+
+               };
+       }
+}