Commit bed3766b authored by aligungr's avatar aligungr

L3 RRC/NAS developments

parent 55e8b4a1
...@@ -26,7 +26,7 @@ template <typename T> ...@@ -26,7 +26,7 @@ template <typename T>
class NasListT1 class NasListT1
{ {
public: public:
using backup_functor_type = std::function<void(const std::vector<T> &buffer, size_t size)>; using backup_functor_type = std::function<void(const std::vector<T> &buffer, size_t count)>;
private: private:
const size_t m_sizeLimit; const size_t m_sizeLimit;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment