5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
8 Desc: Include file for proxy class
12 extern ULONG __OOPI_Proxy
;
14 #define IID_Proxy "Proxy"
15 #define CLID_Proxy "proxyclass"
17 #define ProxyAttrBase (__IProxy)
21 aoProxy_RealObject
= 0, /* The object we are a proxy for */
26 #define aProxy_RealObject (ProxyAttrBase + aoProxy_RealObject)
27 #define aProxy_Port (ProxyAttrBase + aoProxy_Port)
30 #endif /* OOP_PROXY_H */