Add skeleton for unl_default.

This commit is contained in:
Arthur Britto
2012-04-03 20:49:29 -07:00
parent 545c170d34
commit eb05274e20
4 changed files with 78 additions and 1 deletions

View File

@@ -194,4 +194,11 @@ Json::Value UniqueNodeList::getUnlJson()
return ret;
}
void UniqueNodeList::nodeDefault(std::string strValidators) {
std::cerr << "Validators>" << std::endl;
std::cerr << strValidators;
std::cerr << "Validators<" << std::endl;
}
// vim:ts=4