1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
/*
FALCON - The Falcon Programming Language.
FILE: socket_srv.cpp
Pluggable application service for Falcon socket module -- header.
-------------------------------------------------------------------
Author: Giancarlo Niccolai
Begin: 2006-05-09 15:50
-------------------------------------------------------------------
(C) Copyright 2004: the FALCON developers (see list in AUTHORS file)
See LICENSE file for licensing details.
*/
/** \file
Pluggable application service for Falcon socket module -- header.
*/
#ifndef FLC_SOCKET_SRV_H
#define FLC_SOCKET_SRV_H
#endif
/* end of socket_srv.h */
|