1 /////////////////////////////////////////////////////////////////////////////
2 // Name: src/cocoa/ObjcRef.mm
3 // Purpose: wxObjcAutoRefBase implementation
4 // Author: David Elliott
7 // Copyright: (c) 2004 David Elliott <dfe@cox.net>
8 // Licence: wxWindows licence
9 /////////////////////////////////////////////////////////////////////////////
11 #include "wx/cocoa/ObjcRef.h"
13 #include <Foundation/NSObject.h>
15 /*static*/ struct objc_object* wxObjcAutoRefBase::ObjcRetain(struct objc_object* obj)
20 /*static*/ void wxObjcAutoRefBase::ObjcRelease(struct objc_object* obj)