Changeset 578
- Timestamp:
- 05/29/08 09:53:56 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Cpp-cs/OpenSAMLWrapper/trunk/SAMLWrapper/SAMLWrapper.cpp
r562 r578 37 37 void InitializeSAMLWrapper() { 38 38 SAMLConfig::getConfig().init(); 39 XMLToolingConfig::getConfig().init();40 39 41 40 statusCodes_m["urn:oasis:names:tc:SAML:2.0:status:Success"] = 0; … … 89 88 void CleanupSAMLWrapper() { 90 89 SAMLConfig::getConfig().term(); 91 /* Developer's Note: The following line which should be called results in an uncaught exception */92 //XMLToolingConfig::getConfig().term();93 90 } 94 91
