Reorganize beast modules and files

This commit is contained in:
Vinnie Falco
2013-09-22 19:02:48 -07:00
parent 19eff08e16
commit 20b2e318eb
111 changed files with 1568 additions and 8991 deletions

View File

@@ -84,8 +84,8 @@ What determines that a validator is good?
the behavior is measured.
*/
namespace Validators
{
namespace ripple {
namespace Validators {
class ManagerImp
: public Manager
@@ -180,7 +180,7 @@ public:
addStaticSource (SourceFile::New (file));
}
void addURL (UniformResourceLocator const& url)
void addURL (URL const& url)
{
addSource (SourceURL::New (url));
}
@@ -308,3 +308,4 @@ Validators::Manager* Validators::Manager::New (Stoppable& parent, Journal journa
}
}
}