]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
some module g++ 4.1 cleanups
authorBert Hubert <bert.hubert@netherlabs.nl>
Sat, 4 Mar 2006 11:01:20 +0000 (11:01 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Sat, 4 Mar 2006 11:01:20 +0000 (11:01 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@569 d19b8d6e-7fed-0310-83ef-9ca221ded41b

modules/geobackend/ippreftree.hh
modules/pipebackend/coprocess.hh

index b9890d879afdf4fa18d6b5c0f59ffdd6dc9bbd8b..7af7503a411a11548bc8bf95cf8d4f807a9dbad6 100644 (file)
@@ -41,7 +41,7 @@ private:
        
        void addNode(node_t * node, const uint32_t ip, const uint32_t mask, const short value);
        node_t * allocateNode();
-       const node_t * IPPrefTree::findDeepestFilledNode(const node_t *root, const uint32_t ip, const uint32_t mask) const;
+       const node_t * findDeepestFilledNode(const node_t *root, const uint32_t ip, const uint32_t mask) const;
        void removeNode(node_t * node);
        
        inline uint32_t preflenToNetmask(const int preflen) const;
index f72e723e9263802358e2684ce5d6f3be45a370e9..2de739d996d5b595fe14590fb8b61ed2be579b37 100644 (file)
@@ -19,7 +19,7 @@ public:
   void receive(string &rcv);
   void send(const string &send);
 private:
-  void CoProcess::checkStatus();
+  void checkStatus();
   int d_fd1[2], d_fd2[2];
   int d_pid;
   int d_infd;