You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by sc...@apache.org on 2017/09/12 21:50:32 UTC

svn commit: r1808174 [2/2] - in /santuario/xml-security-cpp/trunk: ./ xsec/ xsec/canon/ xsec/dsig/ xsec/enc/ xsec/enc/NSS/ xsec/enc/OpenSSL/ xsec/enc/WinCAPI/ xsec/enc/XSCrypt/ xsec/framework/ xsec/transformers/ xsec/utils/ xsec/utils/unixutils/ xsec/u...

Modified: santuario/xml-security-cpp/trunk/xsec/utils/XSECSOAPRequestorSimple.hpp
URL: http://svn.apache.org/viewvc/santuario/xml-security-cpp/trunk/xsec/utils/XSECSOAPRequestorSimple.hpp?rev=1808174&r1=1808173&r2=1808174&view=diff
==============================================================================
--- santuario/xml-security-cpp/trunk/xsec/utils/XSECSOAPRequestorSimple.hpp (original)
+++ santuario/xml-security-cpp/trunk/xsec/utils/XSECSOAPRequestorSimple.hpp Tue Sep 12 21:50:30 2017
@@ -57,7 +57,7 @@ XSEC_DECLARE_XERCES_CLASS(DOMDocument);
  */
 
 
-class DSIG_EXPORT XSECSOAPRequestorSimple : public XSECSOAPRequestor {
+class XSEC_EXPORT XSECSOAPRequestorSimple : public XSECSOAPRequestor {
 
 public :
 

Modified: santuario/xml-security-cpp/trunk/xsec/utils/XSECSafeBuffer.hpp
URL: http://svn.apache.org/viewvc/santuario/xml-security-cpp/trunk/xsec/utils/XSECSafeBuffer.hpp?rev=1808174&r1=1808173&r2=1808174&view=diff
==============================================================================
--- santuario/xml-security-cpp/trunk/xsec/utils/XSECSafeBuffer.hpp (original)
+++ santuario/xml-security-cpp/trunk/xsec/utils/XSECSafeBuffer.hpp Tue Sep 12 21:50:30 2017
@@ -61,7 +61,7 @@ class TXFMBase;
  * pointer to a XMLCh * buffer is used by preference.
  */
 
-class CANON_EXPORT safeBuffer {
+class XSEC_EXPORT safeBuffer {
 
 public:
 

Modified: santuario/xml-security-cpp/trunk/xsec/utils/XSECSafeBufferFormatter.hpp
URL: http://svn.apache.org/viewvc/santuario/xml-security-cpp/trunk/xsec/utils/XSECSafeBufferFormatter.hpp?rev=1808174&r1=1808173&r2=1808174&view=diff
==============================================================================
--- santuario/xml-security-cpp/trunk/xsec/utils/XSECSafeBufferFormatter.hpp (original)
+++ santuario/xml-security-cpp/trunk/xsec/utils/XSECSafeBufferFormatter.hpp Tue Sep 12 21:50:30 2017
@@ -86,7 +86,7 @@ private:
  * to perform encoding translations with a safeBuffer as a target
  */
 
-class CANON_EXPORT XSECSafeBufferFormatter {
+class XSEC_EXPORT XSECSafeBufferFormatter {
 
 	XERCES_CPP_NAMESPACE_QUALIFIER XMLFormatter
 						* formatter;		// To actually perform the formatting

Modified: santuario/xml-security-cpp/trunk/xsec/utils/XSECTXFMInputSource.hpp
URL: http://svn.apache.org/viewvc/santuario/xml-security-cpp/trunk/xsec/utils/XSECTXFMInputSource.hpp?rev=1808174&r1=1808173&r2=1808174&view=diff
==============================================================================
--- santuario/xml-security-cpp/trunk/xsec/utils/XSECTXFMInputSource.hpp (original)
+++ santuario/xml-security-cpp/trunk/xsec/utils/XSECTXFMInputSource.hpp Tue Sep 12 21:50:30 2017
@@ -51,7 +51,7 @@ XSEC_DECLARE_XERCES_CLASS(BinInputStream
  */
 
 
-class DSIG_EXPORT XSECTXFMInputSource : public XERCES_CPP_NAMESPACE_QUALIFIER InputSource
+class XSEC_EXPORT XSECTXFMInputSource : public XERCES_CPP_NAMESPACE_QUALIFIER InputSource
 {
 
 public :

Modified: santuario/xml-security-cpp/trunk/xsec/utils/XSECXPathNodeList.hpp
URL: http://svn.apache.org/viewvc/santuario/xml-security-cpp/trunk/xsec/utils/XSECXPathNodeList.hpp?rev=1808174&r1=1808173&r2=1808174&view=diff
==============================================================================
--- santuario/xml-security-cpp/trunk/xsec/utils/XSECXPathNodeList.hpp (original)
+++ santuario/xml-security-cpp/trunk/xsec/utils/XSECXPathNodeList.hpp Tue Sep 12 21:50:30 2017
@@ -58,7 +58,7 @@ XSEC_DECLARE_XERCES_CLASS(DOMNode)
  *
  */
 
-class DSIG_EXPORT XSECXPathNodeList {
+class XSEC_EXPORT XSECXPathNodeList {
 
 public:
 

Modified: santuario/xml-security-cpp/trunk/xsec/utils/unixutils/XSECBinHTTPURIInputStream.hpp
URL: http://svn.apache.org/viewvc/santuario/xml-security-cpp/trunk/xsec/utils/unixutils/XSECBinHTTPURIInputStream.hpp?rev=1808174&r1=1808173&r2=1808174&view=diff
==============================================================================
--- santuario/xml-security-cpp/trunk/xsec/utils/unixutils/XSECBinHTTPURIInputStream.hpp (original)
+++ santuario/xml-security-cpp/trunk/xsec/utils/unixutils/XSECBinHTTPURIInputStream.hpp Tue Sep 12 21:50:30 2017
@@ -63,7 +63,7 @@
 // parser.
 //
 
-class DSIG_EXPORT XSECBinHTTPURIInputStream : public XERCES_CPP_NAMESPACE_QUALIFIER BinInputStream
+class XSEC_EXPORT XSECBinHTTPURIInputStream : public XERCES_CPP_NAMESPACE_QUALIFIER BinInputStream
 {
 public :
     XSECBinHTTPURIInputStream(const XERCES_CPP_NAMESPACE_QUALIFIER XMLUri&  urlSource);

Modified: santuario/xml-security-cpp/trunk/xsec/utils/unixutils/XSECURIResolverGenericUnix.hpp
URL: http://svn.apache.org/viewvc/santuario/xml-security-cpp/trunk/xsec/utils/unixutils/XSECURIResolverGenericUnix.hpp?rev=1808174&r1=1808173&r2=1808174&view=diff
==============================================================================
--- santuario/xml-security-cpp/trunk/xsec/utils/unixutils/XSECURIResolverGenericUnix.hpp (original)
+++ santuario/xml-security-cpp/trunk/xsec/utils/unixutils/XSECURIResolverGenericUnix.hpp Tue Sep 12 21:50:30 2017
@@ -75,7 +75,7 @@
  * to plug in different classes for different schemes
  */
 
-class DSIG_EXPORT XSECURIResolverGenericUnix : public XSECURIResolver {
+class XSEC_EXPORT XSECURIResolverGenericUnix : public XSECURIResolver {
 
 public:
 

Modified: santuario/xml-security-cpp/trunk/xsec/utils/winutils/XSECBinHTTPURIInputStream.hpp
URL: http://svn.apache.org/viewvc/santuario/xml-security-cpp/trunk/xsec/utils/winutils/XSECBinHTTPURIInputStream.hpp?rev=1808174&r1=1808173&r2=1808174&view=diff
==============================================================================
--- santuario/xml-security-cpp/trunk/xsec/utils/winutils/XSECBinHTTPURIInputStream.hpp (original)
+++ santuario/xml-security-cpp/trunk/xsec/utils/winutils/XSECBinHTTPURIInputStream.hpp Tue Sep 12 21:50:30 2017
@@ -78,7 +78,7 @@ struct sockaddr;
 
 class XSECSOAPRequestorSimple;
 
-class DSIG_EXPORT XSECBinHTTPURIInputStream : public XERCES_CPP_NAMESPACE_QUALIFIER BinInputStream
+class XSEC_EXPORT XSECBinHTTPURIInputStream : public XERCES_CPP_NAMESPACE_QUALIFIER BinInputStream
 {
 public :
 

Modified: santuario/xml-security-cpp/trunk/xsec/utils/winutils/XSECURIResolverGenericWin32.hpp
URL: http://svn.apache.org/viewvc/santuario/xml-security-cpp/trunk/xsec/utils/winutils/XSECURIResolverGenericWin32.hpp?rev=1808174&r1=1808173&r2=1808174&view=diff
==============================================================================
--- santuario/xml-security-cpp/trunk/xsec/utils/winutils/XSECURIResolverGenericWin32.hpp (original)
+++ santuario/xml-security-cpp/trunk/xsec/utils/winutils/XSECURIResolverGenericWin32.hpp Tue Sep 12 21:50:30 2017
@@ -78,7 +78,7 @@
  * @todo Re-implement using the Windows Internet API
  */
 
-class DSIG_EXPORT XSECURIResolverGenericWin32 : public XSECURIResolver {
+class XSEC_EXPORT XSECURIResolverGenericWin32 : public XSECURIResolver {
 
 public:
 

Modified: santuario/xml-security-cpp/trunk/xsec/xkms/XKMSConstants.hpp
URL: http://svn.apache.org/viewvc/santuario/xml-security-cpp/trunk/xsec/xkms/XKMSConstants.hpp?rev=1808174&r1=1808173&r2=1808174&view=diff
==============================================================================
--- santuario/xml-security-cpp/trunk/xsec/xkms/XKMSConstants.hpp (original)
+++ santuario/xml-security-cpp/trunk/xsec/xkms/XKMSConstants.hpp Tue Sep 12 21:50:30 2017
@@ -46,7 +46,7 @@
 //           Constant Strings Class
 // --------------------------------------------------------------------------------
 
-class DSIG_EXPORT XKMSConstants {
+class XSEC_EXPORT XKMSConstants {
 
 public: