sources/ZProxy.h

00001 /* vi: set expandtab ts=4 syntax=objc:
00002 
00003   ZProxy.h
00004   ZODBData framework
00005 
00006   Copyright (c) 2007 Tobias Rodaebel.
00007   All Rights Reserved.
00008  
00009   This software is subject to the provisions of the Zope Public License,
00010   Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
00011   THIS SOFTWARE IS PROVIDED AS IS AND ANY AND ALL EXPRESS OR IMPLIED
00012   WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
00013   WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
00014   FOR A PARTICULAR PURPOSE.
00015  
00016 */
00017 
00019 @protocol ZProxy
00020 
00022 - (NSString *) name;
00023 
00025 - (id) proxiedObject;
00026 
00027 @end

Generated on Mon Feb 4 23:26:16 2008 for ZODBData Framework by  doxygen 1.5.4