[Zodb-checkins] CVS: ZODB3/Persistence - cPersistence.h:1.25.122.4

Tim Peters tim.one at comcast.net
Thu Jul 3 18:39:15 EDT 2003


Update of /cvs-repository/ZODB3/Persistence
In directory cvs.zope.org:/tmp/cvs-serv23557/Persistence

Modified Files:
      Tag: zodb33-devel-branch
	cPersistence.h 
Log Message:
Massive mostly-mechanical edits of the ZODB4 BTree code, with files
renamed to the ZODB3 conventions.  This doesn't work at all yet, but
compiles and links without complaint under MSVC6 (Win2K).


=== ZODB3/Persistence/cPersistence.h 1.25.122.3 => 1.25.122.4 ===
--- ZODB3/Persistence/cPersistence.h:1.25.122.3	Thu Jul  3 17:08:15 2003
+++ ZODB3/Persistence/cPersistence.h	Thu Jul  3 17:39:09 2003
@@ -2,14 +2,14 @@
 
   Copyright (c) 2001, 2002 Zope Corporation and Contributors.
   All Rights Reserved.
-  
+
   This software is subject to the provisions of the Zope Public License,
   Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
   THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
   WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
   WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
   FOR A PARTICULAR PURPOSE
-  
+
  ****************************************************************************/
 
 #ifndef CPERSISTENCE_H
@@ -95,5 +95,3 @@
 #define PER_ACCESSED(O)  (cPersistenceCAPI->accessed((cPersistentObject*)(O)))
 
 #endif
-
-




More information about the Zodb-checkins mailing list