mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 02:55:50 +00:00
24 lines
518 B
C
24 lines
518 B
C
//------------------------------------------------------------------------------
|
|
/*
|
|
Copyright (c) 2011-2013, OpenCoin, Inc.
|
|
*/
|
|
//==============================================================================
|
|
|
|
/** Include this to get the @ref ripple_client module.
|
|
|
|
@file ripple_client.h
|
|
@ingroup ripple_client
|
|
*/
|
|
|
|
/** Client classes.
|
|
|
|
This module provides classes that perform client interaction with the server.
|
|
|
|
@defgroup ripple_client
|
|
*/
|
|
|
|
#ifndef RIPPLE_CLIENT_H
|
|
#define RIPPLE_CLIENT_H
|
|
|
|
#endif
|