ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/ermyth/src/servtree.C
(Generate patch)

Comparing cvsroot/ermyth/src/servtree.C (file contents):
Revision 1.7 by pippijn, Wed Sep 5 11:23:15 2007 UTC vs.
Revision 1.8 by pippijn, Sun Sep 9 20:05:53 2007 UTC

3 * Rights to this code are documented in doc/pod/license.pod. 3 * Rights to this code are documented in doc/pod/license.pod.
4 * 4 *
5 * Services binary tree manipulation. (add_service, del_service, et al.) 5 * Services binary tree manipulation. (add_service, del_service, et al.)
6 */ 6 */
7 7
8static char const rcsid[] = "$Id: servtree.C,v 1.7 2007/09/05 11:23:15 pippijn Exp $"; 8static char const rcsid[] = "$Id: servtree.C,v 1.8 2007/09/09 20:05:53 pippijn Exp $";
9 9
10#include "atheme.h" 10#include "atheme.h"
11#include "servers.h"
11#include <boost/foreach.hpp> 12#include <boost/foreach.hpp>
12 13
13service_map services; 14service_map services;
14 15
15service_t *fcmd_agent = NULL; 16service_t *fcmd_agent = NULL;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines