forked from soutade/libgourou
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1eebc88913 | |||
| 460f452783 |
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
@@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user