TODO: stub seems not to be used now that teh SqudiConfig link is removed.
updatign it and keeping anyway in case future unit tests need it.
#if USE_ZPH_QOS
-#include "QosConfig.h"
+#include "ip/QosConfig.h"
#include "Store.h"
-QosConfig::QosConfig() :
+Ip::QosConfig::QosConfig() :
tos_local_hit(0),
tos_sibling_hit(0),
tos_parent_hit(0),
}
void
-QosConfig::parseConfigLine()
+Ip::QosConfig::parseConfigLine()
{
// %i honors 0 and 0x prefixes, which are important for things like umask
/* parse options ... */
}
void
-QosConfig::dumpConfigLine(char *entry, const char *name) const
+Ip::QosConfig::dumpConfigLine(char *entry, const char *name) const
{
; /* Not needed in stub */
}