commit | fd1dd0a30a661b7804120ffa20575af2ab1bce4d | [log] [tgz] |
---|---|---|
author | akmhoque <akmhoque@gmail.com> | Sat Feb 01 01:11:35 2014 -0600 |
committer | akmhoque <akmhoque@gmail.com> | Sat Feb 01 01:11:35 2014 -0600 |
tree | 5689b984d682a7055bea3b7ba67baaed955f973c | |
parent | a8cd6b97d9377351991a3cccaf0a5e8f52ff04b5 [diff] [blame] |
Adding LSAs
diff --git a/nlsr_npl.hpp b/nlsr_npl.hpp index da4bda7..878e4cc 100644 --- a/nlsr_npl.hpp +++ b/nlsr_npl.hpp
@@ -14,6 +14,14 @@ ~Npl(); int insertIntoNpl(string& name); + int getNplSize() + { + return nameList.size(); + } + std::list<string>& getNameList() + { + return nameList; + } void printNpl(); private: