[Nfd-dev] ndn-cxx feature deprecation: signing params in CommandOptions

Junxiao Shi shijunxiao at email.arizona.edu
Wed Jun 24 14:37:58 PDT 2015


Dear folks

The following items are deprecated in ndn-cxx:

   - ndn::nfd::CommandOptions::SigningParamsKind
   - ndn::nfd::CommandOptions::getSigningParamsKind
   - ndn::nfd::CommandOptions::getSigningIdentity
   - ndn::nfd::CommandOptions::getSigningCertificate
   - ndn::nfd::CommandOptions::setSigningDefault
   - ndn::nfd::CommandOptions::getSigningIdentity
   - ndn::nfd::CommandOptions::getSigningCertificate

If you have code that uses any of those features, please migrate to the new
syntax as described in Doxygen.

I will add DEPRECATED macro onto those items soon, but no earlier than Jul
01 12:00 UTC.
This means compiler will produce a warning whenever they are used. If your
project uses "-Werror" flag, this would become an error.
To test your project, in management/nfd-command-option.hpp, comment out
`#define NDN_MANAGEMENT_NFD_COMMAND_OPTIONS_KEEP_DEPRECATED_SIGNING_PARAMS`.

Those deprecated items will be deleted in v0.5.

Yours, Junxiao
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/nfd-dev/attachments/20150624/b543e72a/attachment.html>


More information about the Nfd-dev mailing list