Unix header and doc fixes.
authorcantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Fri, 30 Apr 2010 20:05:59 +0000 (20:05 +0000)
committercantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Fri, 30 Apr 2010 20:05:59 +0000 (20:05 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/branches/REL_1@738 de75baf8-a10c-0410-a50a-987c0e22f00f

xmltooling/AbstractAttributeExtensibleXMLObject.cpp
xmltooling/security/SecurityHelper.h
xmltooling/util/ReloadableXMLFile.cpp

index b7b9ccd..58c05c1 100644 (file)
@@ -27,6 +27,7 @@
 
 #include <algorithm>
 #include <functional>
+#include <xercesc/util/XMLUniDefs.hpp>
 
 using namespace xmltooling;
 using namespace std;
index 4f2bc7e..9e2398c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Copyright 2001-2009 Internet2
+ *  Copyright 2001-2010 Internet2
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -161,7 +161,6 @@ namespace xmltooling {
          * @param key       the key to encode
          * @param hash      optional name of hash algorithm, syntax specific to crypto provider
          * @param nowrap    if true, any linefeeds will be stripped from the result
-         * @param hashAlg   name of hash algorithm, syntax specific to crypto provider
          * @return  the base64 encoded key value
          */
         static std::string getDEREncoding(const XSECCryptoKey& key, const char* hash, bool nowrap=true);
@@ -173,7 +172,6 @@ namespace xmltooling {
          * @param cert      the certificate's key to encode
          * @param hash      optional name of hash algorithm, syntax specific to crypto provider
          * @param nowrap    if true, any linefeeds will be stripped from the result
-         * @param hashAlg   name of hash algorithm, syntax specific to crypto provider
          * @return  the base64 encoded key value
          */
         static std::string getDEREncoding(const XSECCryptoX509& cert, const char* hash, bool nowrap=true);
index 83a4293..722fc5c 100644 (file)
@@ -35,6 +35,7 @@
 # include <log4cpp/NDC.hh>
 #endif
 
+#include <memory>
 #include <fstream>
 #include <sys/types.h>
 #include <sys/stat.h>