Compare commits

...

2 Commits

4 changed files with 18 additions and 2 deletions

View File

@@ -85,3 +85,10 @@ License
libgourou : LGPL v3 or later libgourou : LGPL v3 or later
utils : BSD utils : BSD
Special thanks
--------------
* _Jens_ for all test samples and utils testing

View File

@@ -58,3 +58,11 @@ License
libgourou : LGPL v3 or later libgourou : LGPL v3 or later
utils : BSD utils : BSD
Special thanks
--------------
* _Jens_ for all test samples and utils testing

View File

@@ -40,7 +40,7 @@
#define ACS_SERVER "http://adeactivate.adobe.com/adept" #define ACS_SERVER "http://adeactivate.adobe.com/adept"
#endif #endif
#define LIBGOUROU_VERSION "0.2.1" #define LIBGOUROU_VERSION "0.2.2"
namespace gourou namespace gourou
{ {

View File

@@ -132,7 +132,8 @@ namespace gourou
ns = attrName.substr(attrName.find(':')+1); ns = attrName.substr(attrName.find(':')+1);
nsHash[ns] = ait->value(); nsHash[ns] = ait->value();
break; // Don't break here because we may multiple xmlns definitions
// break;
} }
} }