[Nfd-dev] ndn-cxx feature deprecation in nfd::Controller class

Junxiao Shi shijunxiao at email.arizona.edu
Thu Oct 30 21:21:09 PDT 2014


Dear folks

The following items are deprecated in ndn-cxx:

   - Controller::start overloads, except the overload taking CommandOptions
   - Controller::Sign typedef
   - Controller::getDefaultCommandTimeout
   - ControlCommand::getPrefix
   - ControlCommand::getRequestName(ControlParameters)
   - Controller::Controller(Face&)

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 Nov
05 13:00 UTC.
This means compiler will produce a warning whenever they are used. If your
project uses "-Werror" flag, this would become an error.

Those deprecated items will be deleted in v0.4.

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


More information about the Nfd-dev mailing list