route: rewrite link-state calculator with Boost.MultiArray
refs #5308
Change-Id: I0dc899479819430e86b9124b86f408f044367743
diff --git a/src/adjacency-list.hpp b/src/adjacency-list.hpp
index eb99328..6847556 100644
--- a/src/adjacency-list.hpp
+++ b/src/adjacency-list.hpp
@@ -1,6 +1,6 @@
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
/*
- * Copyright (c) 2014-2023, The University of Memphis,
+ * Copyright (c) 2014-2024, The University of Memphis,
* Regents of the University of California,
* Arizona Board of Regents.
*
@@ -84,7 +84,7 @@
getNumOfActiveNeighbor() const;
Adjacent
- getAdjacent(const ndn::Name& adjName);
+ getAdjacent(const ndn::Name& adjName) const;
bool
operator==(const AdjacencyList& adl) const;