You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Justin Ross (JIRA)" <ji...@apache.org> on 2016/11/04 02:37:58 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 ]

Justin Ross updated PROTON-241:
-------------------------------
    Fix Version/s: 0.16.0

> 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
>              Labels: api
>             Fix For: 0.16.0
>
>
> 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 was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org