mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Update copyright notice and 80 column separators
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
#ifndef __PEER__
|
||||
#define __PEER__
|
||||
//------------------------------------------------------------------------------
|
||||
/*
|
||||
Copyright (c) 2011-2013, OpenCoin, Inc.
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef RIPPLE_PEER_H
|
||||
#define RIPPLE_PEER_H
|
||||
|
||||
// VFALCO TODO Couldn't this be a struct?
|
||||
typedef std::pair <std::string, int> ipPort;
|
||||
|
||||
class Peer : public boost::enable_shared_from_this <Peer>
|
||||
|
||||
Reference in New Issue
Block a user