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

Comparing ermyth/include/channels.h (file contents):
Revision 1.7 by pippijn, Sun Sep 16 18:54:42 2007 UTC vs.
Revision 1.8 by pippijn, Sat Sep 22 14:27:26 2007 UTC

7 * 7 *
8 * Portions of this file were derived from sources bearing the following license: 8 * Portions of this file were derived from sources bearing the following license:
9 * Copyright © 2005 William Pitcock, et al. 9 * Copyright © 2005 William Pitcock, et al.
10 * Rights to this code are as documented in doc/pod/license.pod. 10 * Rights to this code are as documented in doc/pod/license.pod.
11 * 11 *
12 * $Id: channels.h,v 1.7 2007/09/16 18:54:42 pippijn Exp $ 12 * $Id: channels.h,v 1.8 2007/09/22 14:27:26 pippijn Exp $
13 */ 13 */
14 14
15#ifndef CHANNELS_H 15#ifndef CHANNELS_H
16#define CHANNELS_H 16#define CHANNELS_H
17 17
18#include <map> 18#include <map>
19 19
20#include <common/util.h> 20#include <util/containers.h>
21#include <ermyth/callback.h> 21#include <ermyth/callback.h>
22#include <util/predicates.h>
22 23
23#define MAXEXTMODES 5 24#define MAXEXTMODES 5
24 25
25// Channel modes 26// Channel modes
26enum 27enum

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines