commit | 6b2a3c0536bb822f89e251f9c81d007247ef21b6 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sat Jan 03 02:04:23 2015 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jan 06 18:54:26 2015 -0800 |
tree | 994b6a2fac558c37d9dfa36da2d60fc00578f606 | |
parent | dde1e81008ecedbea7c6e177dd24b4c61b44fc57 [diff] [blame] |
model: Add method that is necessary for python bindings Refs: #2341
diff --git a/model/ndn-l3-protocol.hpp b/model/ndn-l3-protocol.hpp index 11de1b8..79583c1 100644 --- a/model/ndn-l3-protocol.hpp +++ b/model/ndn-l3-protocol.hpp
@@ -151,6 +151,10 @@ nfd::ConfigSection& getConfig(); +public: // Workaround for python bindings + static Ptr<L3Protocol> + getL3Protocol(Ptr<Object> node); + protected: virtual void DoDispose(void); ///< @brief Do cleanup