patch for tuscany-443 using inline functions will not compile/work on Linux
---------------------------------------------------------------------------

         Key: TUSCANY-455
         URL: http://issues.apache.org/jira/browse/TUSCANY-455
     Project: Tuscany
        Type: Bug

  Components: C++ SDO  
    Versions: Cpp-current    
    Reporter: Pete Robbins
    Priority: Blocker
     Fix For: Cpp-current


The methods in SDOString defined as inline in the .cpp are not accessable from 
another library/exe.  This can work on Windows as there is an MS only way of 
exporting the function using dllexport.

You can inline the functions by defining the methods in the class declaration 
in the header file. 

Please build ALL changes on Linux as well as Windows

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to