You are viewing a plain text version of this content. The canonical link for it is here.
Posted to proton@qpid.apache.org by "Rafael H. Schloming (JIRA)" <ji...@apache.org> on 2013/02/14 21:23:13 UTC

[jira] [Updated] (PROTON-241) proton-c: mark old transport interfaces 'deprecated'

     [ https://issues.apache.org/jira/browse/PROTON-241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rafael H. Schloming updated PROTON-241:
---------------------------------------

    Fix Version/s: 0.5
    
> proton-c: mark old transport interfaces 'deprecated'
> ----------------------------------------------------
>
>                 Key: PROTON-241
>                 URL: https://issues.apache.org/jira/browse/PROTON-241
>             Project: Qpid Proton
>          Issue Type: Bug
>          Components: proton-c
>            Reporter: Ken Giusti
>            Priority: Trivial
>             Fix For: 0.5
>
>
> Once PROTON-225 is implemented, we should eventually remove the old interfaces after marking them deprecated.
> Example:
> #ifdef __GNUC__
> #define DEPRECATED(func) func __attribute__ ((deprecated))
> #elif defined(_MSC_VER)
> #define DEPRECATED(func) __declspec(deprecated) func
> #else
> #pragma message("WARNING: You need to implement DEPRECATED for this compiler")
> #define DEPRECATED(func) func
> #endif

--
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