summaryrefslogtreecommitdiff
path: root/include/crawler
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-09-07 16:38:44 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-09-07 16:38:44 +0200
commit26310b6ff3b4cb92cc9bb462536a9c5235fc3389 (patch)
treeeb7cb931ba1c512b217ae138eafb4776a9c614e2 /include/crawler
parent4cb96d5377df049bd49bb6c0a109d89fcbd015ff (diff)
downloadcrawler-26310b6ff3b4cb92cc9bb462536a9c5235fc3389.tar.gz
crawler-26310b6ff3b4cb92cc9bb462536a9c5235fc3389.tar.bz2
added a libutil for porting stuff and helpers
Diffstat (limited to 'include/crawler')
-rwxr-xr-xinclude/crawler/win32/errormsg.hpp10
-rwxr-xr-xinclude/crawler/win32/stringutils.hpp10
2 files changed, 0 insertions, 20 deletions
diff --git a/include/crawler/win32/errormsg.hpp b/include/crawler/win32/errormsg.hpp
deleted file mode 100755
index f1ceb93..0000000
--- a/include/crawler/win32/errormsg.hpp
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef __ERRORMSG_H
-#define __ERRORMSG_H
-
-#include <string>
-
-#include "CrawlerExportable.hpp"
-
-CRAWLER_DLL_VISIBLE std::string getLastError( );
-
-#endif
diff --git a/include/crawler/win32/stringutils.hpp b/include/crawler/win32/stringutils.hpp
deleted file mode 100755
index b0404cd..0000000
--- a/include/crawler/win32/stringutils.hpp
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef __STRINGUTILS_H
-#define __STRINGUTILS_H
-
-#include <string>
-
-#include "CrawlerExportable.hpp"
-
-CRAWLER_DLL_VISIBLE std::wstring s2ws( const std::string &s );
-
-#endif