mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-22 20:15:51 +00:00
Migrate validators and testoverlay to the new style of source organization
This commit is contained in:
19
src/ripple/validators/impl/ValidatorSourceStrings.h
Normal file
19
src/ripple/validators/impl/ValidatorSourceStrings.h
Normal file
@@ -0,0 +1,19 @@
|
||||
//------------------------------------------------------------------------------
|
||||
/*
|
||||
Copyright (c) 2011-2013, OpenCoin, Inc.
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_CORE_VALIDATOR_VALIDATORSOURCESTRINGS_H_INCLUDED
|
||||
#define RIPPLE_CORE_VALIDATOR_VALIDATORSOURCESTRINGS_H_INCLUDED
|
||||
|
||||
/** Provides validators from a set of Validator strings.
|
||||
Typically this will come from a local configuration file.
|
||||
*/
|
||||
class ValidatorSourceStrings : public Validators::Source
|
||||
{
|
||||
public:
|
||||
static ValidatorSourceStrings* New (StringArray const& strings);
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user