ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/ermyth/include/servers.h
(Generate patch)

Comparing ermyth/include/servers.h (file contents):
Revision 1.3 by pippijn, Tue Aug 28 17:08:07 2007 UTC vs.
Revision 1.4 by pippijn, Thu Aug 30 19:56:19 2007 UTC

2 * Copyright © 2005 William Pitcock, et al. 2 * Copyright © 2005 William Pitcock, et al.
3 * Rights to this code are as documented in doc/pod/license.pod. 3 * Rights to this code are as documented in doc/pod/license.pod.
4 * 4 *
5 * Data structures related to network servers. 5 * Data structures related to network servers.
6 * 6 *
7 * $Id: servers.h,v 1.3 2007/08/28 17:08:07 pippijn Exp $ 7 * $Id: servers.h,v 1.4 2007/08/30 19:56:19 pippijn Exp $
8 */ 8 */
9 9
10#ifndef SERVERS_H 10#ifndef SERVERS_H
11#define SERVERS_H 11#define SERVERS_H
12
13#include <ermyth/callback.h>
14#include <common/util.h>
12 15
13/* servers struct */ 16/* servers struct */
14class server_t : public zero_initialised 17class server_t : public zero_initialised
15{ 18{
16 struct callbacks 19 struct callbacks

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines