Renaming methods so it works without errors with boost::bind (for some
reason one version of gcc started to complain)
diff --git a/model/fib/ccnx-fib-impl.h b/model/fib/ccnx-fib-impl.h
index d85dcfd..e6da99b 100644
--- a/model/fib/ccnx-fib-impl.h
+++ b/model/fib/ccnx-fib-impl.h
@@ -142,7 +142,7 @@
    * entry will be removed
    */
   void
-  Remove (super::parent_trie &item, Ptr<CcnxFace> face);
+  RemoveFace (super::parent_trie &item, Ptr<CcnxFace> face);
   
 private:
   Ptr<Node> m_node;