aboutsummaryrefslogtreecommitdiffstats
path: root/src/libdash/source/helpers/String.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libdash/source/helpers/String.h')
-rw-r--r--src/libdash/source/helpers/String.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/libdash/source/helpers/String.h b/src/libdash/source/helpers/String.h
deleted file mode 100644
index 73ac6db8..00000000
--- a/src/libdash/source/helpers/String.h
+++ /dev/null
@@ -1,31 +0,0 @@
-/*
- * String.h
- *****************************************************************************
- * Copyright (C) 2012, bitmovin Softwareentwicklung OG, All Rights Reserved
- *
- * Email: libdash-dev@vicky.bitmovin.net
- *
- * This source code and its use and distribution, is subject to the terms
- * and conditions of the applicable license agreement.
- *****************************************************************************/
-
-#ifndef STRING_H_
-#define STRING_H_
-
-#include "config.h"
-
-namespace dash
-{
- namespace helpers
- {
- class String
- {
- public:
- static void Split (const std::string &s, char delim, std::vector<std::string>& vector);
- static void Split (const std::string &s, char delim, std::vector<uint32_t>& vector);
- static bool ToBool (const std::string &s);
- };
- }
-}
-
-#endif /* STRING_H_ */ \ No newline at end of file