VOM: Additions to allow uses to UT applications that use VOM
[vpp.git] / src / vpp-api / vom / interface_span.cpp
index 04c3192..5bdbda9 100644 (file)
@@ -20,7 +20,7 @@ namespace VOM {
 /**
  * A DB of all interface_span config
  */
-singular_db<interface_span::key_type_t, interface_span> interface_span::m_db;
+singular_db<interface_span::key_t, interface_span> interface_span::m_db;
 
 interface_span::event_handler interface_span::m_evh;
 
@@ -96,7 +96,7 @@ interface_span::update(const interface_span& desired)
 }
 
 std::ostream&
-operator<<(std::ostream& os, const interface_span::key_type_t& key)
+operator<<(std::ostream& os, const interface_span::key_t& key)
 {
   os << "[" << key.first << ", " << key.second << "]";