You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by "Raul Metsma (JIRA)" <ji...@apache.org> on 2013/03/28 14:51:15 UTC

[jira] [Created] (SANTUARIO-355) DSIGSignedInfo depends unexported parameter DSIGSignedInfo

Raul Metsma created SANTUARIO-355:
-------------------------------------

             Summary: DSIGSignedInfo depends unexported parameter DSIGSignedInfo
                 Key: SANTUARIO-355
                 URL: https://issues.apache.org/jira/browse/SANTUARIO-355
             Project: Santuario
          Issue Type: Bug
          Components: C++
    Affects Versions: C++ 1.7.0
         Environment: Windows 7 64
            Reporter: Raul Metsma
            Assignee: Scott Cantor


constructor
	DSIGSignedInfo(XERCES_CPP_NAMESPACE_QUALIFIER DOMDocument *doc, 
		XSECSafeBufferFormatter * pFormatter, 
		XERCES_CPP_NAMESPACE_QUALIFIER DOMNode *signedInfoNode,
		const XSECEnv * env);

requires XSECSafeBufferFormatter as parameter, but this is not exported
class XSECSafeBufferFormatter {

it should probably be like this
class DSIG_EXPORT XSECSafeBufferFormatter {

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira