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

@@ -7,17 +7,17 @@
#ifndef RIPPLE_VALIDATORS_SOURCEURL_H_INCLUDED
#define RIPPLE_VALIDATORS_SOURCEURL_H_INCLUDED
namespace Validators
{
namespace ripple {
namespace Validators {
/** Provides validators from a trusted URI (e.g. HTTPS)
*/
/** Provides validators from a trusted URI (e.g. HTTPS) */
class SourceURL : public Source
{
public:
static SourceURL* New (UniformResourceLocator const& url);
static SourceURL* New (URL const& url);
};
}
}
#endif