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

Comparing ermyth/include/object.h (file contents):
Revision 1.5 by pippijn, Sun Sep 16 18:54:42 2007 UTC vs.
Revision 1.6 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 © 2007 William Pitcock <nenolod -at- atheme.org> 9 * Copyright © 2007 William Pitcock <nenolod -at- atheme.org>
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: object.h,v 1.5 2007/09/16 18:54:42 pippijn Exp $ 12 * $Id: object.h,v 1.6 2007/09/22 14:27:26 pippijn Exp $
13 */ 13 */
14 14
15#ifndef OBJECT_H 15#ifndef OBJECT_H
16#define OBJECT_H 16#define OBJECT_H
17 17
18#include <common/memory.h> 18#include <util/memory.h>
19 19
20/* object base class */ 20/* object base class */
21class object 21class object
22{ 22{
23 mutable int refcnt; 23 mutable int refcnt;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines