Validators update, add LeakChecked to Source subclasses

This commit is contained in:
Vinnie Falco
2013-10-03 15:54:36 -07:00
parent 06189b2584
commit a1b958eaac
19 changed files with 18 additions and 27 deletions

View File

@@ -17,7 +17,6 @@
*/
//==============================================================================
#ifndef RIPPLE_VALIDATORS_SOURCE_H_INCLUDED
#define RIPPLE_VALIDATORS_SOURCE_H_INCLUDED
@@ -25,7 +24,7 @@ namespace ripple {
namespace Validators {
/** A source of validator descriptors. */
class Source
class Source : public SharedObject
{
public:
/** A Source's descriptor for a Validator. */

View File

@@ -17,7 +17,6 @@
*/
//==============================================================================
#ifndef RIPPLE_VALIDATORS_TYPES_H_INCLUDED
#define RIPPLE_VALIDATORS_TYPES_H_INCLUDED