[Zope3-checkins] CVS: Zope3/lib/python/Zope/ContextWrapper - wrapper.c:1.17 wrapper.h:NONE
Fred L. Drake, Jr.
fdrake@acm.org
Tue, 13 Aug 2002 13:29:20 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/ContextWrapper
In directory cvs.zope.org:/tmp/cvs-serv16834/lib/python/Zope/ContextWrapper
Modified Files:
wrapper.c
Removed Files:
wrapper.h
Log Message:
Move the header for the ContextWrapper to the sharable includes area as well,
since that is intended to be a usable API.
=== Zope3/lib/python/Zope/ContextWrapper/wrapper.c 1.16 => 1.17 ===
--- Zope3/lib/python/Zope/ContextWrapper/wrapper.c:1.16 Tue Aug 13 13:00:07 2002
+++ Zope3/lib/python/Zope/ContextWrapper/wrapper.c Tue Aug 13 13:29:20 2002
@@ -2,7 +2,7 @@
#include "modsupport.h"
#include "Zope/Proxy/proxy.h"
#define WRAPPER_MODULE
-#include "wrapper.h"
+#include "Zope/ContextWrapper/wrapper.h"
#define Wrapper_Check(wrapper) (PyObject_TypeCheck(wrapper, &WrapperType))
=== Removed File Zope3/lib/python/Zope/ContextWrapper/wrapper.h ===