]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Add Ip namespace to stubQosConfig file
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 19 Apr 2010 09:32:40 +0000 (21:32 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 19 Apr 2010 09:32:40 +0000 (21:32 +1200)
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.

src/ip/stubQosConfig.cc

index 458f655734870c5b00fbb3aaa1c9d2e05c8bafec..3af90bf1e1c12c3a6febf7b9927767b96735b4c6 100644 (file)
@@ -2,10 +2,10 @@
 
 #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),
@@ -16,7 +16,7 @@ QosConfig::QosConfig() :
 }
 
 void
-QosConfig::parseConfigLine()
+Ip::QosConfig::parseConfigLine()
 {
     // %i honors 0 and 0x prefixes, which are important for things like umask
     /* parse options ... */
@@ -39,7 +39,7 @@ QosConfig::parseConfigLine()
 }
 
 void
-QosConfig::dumpConfigLine(char *entry, const char *name) const
+Ip::QosConfig::dumpConfigLine(char *entry, const char *name) const
 {
     ; /* Not needed in stub */
 }