1 /*******************************************************************************
2 ********************************************************************************
4 Copyright (c) 2008 Ahmed S. Badran
6 Licensed under the FreeBSD License (see LICENSE)
9 Description: Localhost address.
10 Created: 12/26/2008 04:02:54 PM PST
11 Author: Ahmed S. Badran (Ahmed B.), ahmed.badran@gmail.com
13 ********************************************************************************
14 *******************************************************************************/
15 #ifndef ADDR_LOCAL_INC
16 #define ADDR_LOCAL_INC
22 class addr_local
: public addr_if
26 const std::string
get() const;
27 addr_if
* clone() const;
29 const std::string name
;
33 #endif // ----- #ifndef ADDR_LOCAL_INC -----