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.8 by pippijn, Sun Sep 9 20:05:53 2007 UTC vs.
Revision 1.9 by pippijn, Sun Sep 16 18:54:45 2007 UTC

1/* 1/**
2 * servtree.C: Services binary tree manipulation. (add_service, del_service, et al.)
3 *
4 * Copyright © 2007 Pippijn van Steenhoven / The Ermyth Team
5 * Rights to this code are as documented in COPYING.
6 *
7 *
8 * Portions of this file were derived from sources bearing the following license:
9 * Rights to this code are documented in doc/pod/license.pod.
2 * Copyright © 2005-2006 Atheme Development Group 10 * Copyright © 2005-2006 Atheme Development Group
3 * Rights to this code are documented in doc/pod/license.pod.
4 *
5 * Services binary tree manipulation. (add_service, del_service, et al.)
6 */ 11 */
7 12
8static char const rcsid[] = "$Id: servtree.C,v 1.8 2007/09/09 20:05:53 pippijn Exp $"; 13static char const rcsid[] = "$Id: servtree.C,v 1.9 2007/09/16 18:54:45 pippijn Exp $";
9 14
10#include "atheme.h" 15#include "atheme.h"
11#include "servers.h" 16#include "servers.h"
12#include <boost/foreach.hpp> 17#include <boost/foreach.hpp>
13 18

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines