Update copyright notice and 80 column separators

This commit is contained in:
Vinnie Falco
2013-06-15 18:18:28 -07:00
parent 8a6ce5de68
commit 00a7cbf610
310 changed files with 1630 additions and 346 deletions

View File

@@ -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>