Include :

- modifiche interfacce
- aggiunto manager esecutori.
This commit is contained in:
Dario Sassi
2014-03-23 12:39:06 +00:00
parent 6db5b747aa
commit 82b2fcf8ae
11 changed files with 131 additions and 41 deletions
-3
View File
@@ -24,9 +24,6 @@
#define EGN_EXPORT __declspec( dllimport)
#endif
//----------------------------------------------------------------------------
typedef std::vector<std::string> STRVECTOR ;
//----------------------------------------------------------------------------
inline std::string&
TrimLeft( std::string& sString, const char* szTarget = " \t\r\n")