ccnx: Correct way of verification, no longer rely on ccnx checking

Change-Id: I10c7fb51bc9bcabb906749a0d5122dfa1fc57970
diff --git a/ccnx/ccnx-verifier.h b/ccnx/ccnx-verifier.h
index e4981d3..cb57952 100644
--- a/ccnx/ccnx-verifier.h
+++ b/ccnx/ccnx-verifier.h
@@ -41,7 +41,7 @@
   Verifier(CcnxWrapper *ccnx);
   ~Verifier();
 
-  bool verify(const PcoPtr &pco);
+  bool verify(const PcoPtr &pco, double maxWait);
 
 private: