[Zope3-checkins] CVS: Zope3/lib/python/Zope/ContextWrapper - proxy.c:1.6 wrapper.c:1.16 wrapper.h:1.5
Fred L. Drake, Jr.
fdrake@acm.org
Tue, 13 Aug 2002 13:00:07 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/ContextWrapper
In directory cvs.zope.org:/tmp/cvs-serv13910
Modified Files:
proxy.c wrapper.c wrapper.h
Log Message:
Update references to the proxy.h header file.
=== Zope3/lib/python/Zope/ContextWrapper/proxy.c 1.5 => 1.6 ===
--- Zope3/lib/python/Zope/ContextWrapper/proxy.c:1.5 Thu Aug 8 17:50:08 2002
+++ Zope3/lib/python/Zope/ContextWrapper/proxy.c Tue Aug 13 13:00:07 2002
@@ -2,7 +2,7 @@
#include "modsupport.h"
#define PROXY_MODULE
-#include "proxy.h"
+#include "Zope/Proxy/proxy.h"
static PyTypeObject ProxyType;
=== Zope3/lib/python/Zope/ContextWrapper/wrapper.c 1.15 => 1.16 ===
--- Zope3/lib/python/Zope/ContextWrapper/wrapper.c:1.15 Thu Aug 8 17:50:08 2002
+++ Zope3/lib/python/Zope/ContextWrapper/wrapper.c Tue Aug 13 13:00:07 2002
@@ -1,6 +1,6 @@
#include <Python.h>
#include "modsupport.h"
-#include "proxy.h"
+#include "Zope/Proxy/proxy.h"
#define WRAPPER_MODULE
#include "wrapper.h"
=== Zope3/lib/python/Zope/ContextWrapper/wrapper.h 1.4 => 1.5 ===
--- Zope3/lib/python/Zope/ContextWrapper/wrapper.h:1.4 Mon Jun 10 19:29:25 2002
+++ Zope3/lib/python/Zope/ContextWrapper/wrapper.h Tue Aug 13 13:00:07 2002
@@ -10,7 +10,7 @@
#define _wrapper_H_
#ifndef _proxy_H_
-#include "proxy.h"
+#include "Zope/Proxy/proxy.h"
#endif
typedef struct {