commit | 028dcd3488f6105a77c7f77986ed6030cc887366 | [log] [tgz] |
---|---|---|
author | Shuo Chen <chenatu2006@gmail.com> | Sat Jun 21 16:36:44 2014 +0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Jul 09 11:22:44 2014 -0700 |
tree | 707115fecb95177756a78301d4f26c27024b83d3 | |
parent | 9a43f16959a02d6040ce5916176f11a33606017a [diff] [blame] |
validator: integrate validator-config Validation of interest is done. Validation of data will be implemented in future commit. Change-Id: I2c03172c6e0dfa9ec0c6cffa59999ecb30030243 refs #1479
diff --git a/src/main.cpp b/src/main.cpp index e69c32d..999b7b8 100644 --- a/src/main.cpp +++ b/src/main.cpp
@@ -82,6 +82,8 @@ signalSet.async_wait(bind(&terminate, boost::ref(ioService), _1, _2, boost::ref(signalSet))); + repoInstance.enableValidation(); + repoInstance.enableListening(); ioService.run();