mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 22:45:52 +00:00
Migrate validators and testoverlay to the new style of source organization
This commit is contained in:
18
src/ripple/validators/impl/ValidatorSourceURL.h
Normal file
18
src/ripple/validators/impl/ValidatorSourceURL.h
Normal file
@@ -0,0 +1,18 @@
|
||||
//------------------------------------------------------------------------------
|
||||
/*
|
||||
Copyright (c) 2011-2013, OpenCoin, Inc.
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_CORE_VALIDATOR_VALIDATORSOURCETRUSTEDURL_H_INCLUDED
|
||||
#define RIPPLE_CORE_VALIDATOR_VALIDATORSOURCETRUSTEDURL_H_INCLUDED
|
||||
|
||||
/** Provides validators from a trusted URI (e.g. HTTPS)
|
||||
*/
|
||||
class ValidatorSourceURL : public Validators::Source
|
||||
{
|
||||
public:
|
||||
static ValidatorSourceURL* New (UniformResourceLocator const& url);
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user