Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZEO
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
ZEO
Commits
d717ea48
Commit
d717ea48
authored
Dec 15, 1997
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed persistent object header layout. This will require recompile
of all C Persistent objects.
parent
2e35857c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
6 deletions
+18
-6
src/Persistence/cPersistence.h
src/Persistence/cPersistence.h
+6
-2
src/ZODB/cPersistence.h
src/ZODB/cPersistence.h
+6
-2
src/persistent/cPersistence.h
src/persistent/cPersistence.h
+6
-2
No files found.
src/Persistence/cPersistence.h
View file @
d717ea48
/*
$Id: cPersistence.h,v 1.
8 1997/12/10 22:19:24
jim Exp $
$Id: cPersistence.h,v 1.
9 1997/12/15 15:55:16
jim Exp $
Definitions to facilitate making cPersistent subclasses in C.
...
...
@@ -56,6 +56,10 @@
$Log: cPersistence.h,v $
Revision 1.9 1997/12/15 15:55:16 jim
Changed persistent object header layout. This will require recompile
of all C Persistent objects.
Revision 1.8 1997/12/10 22:19:24 jim
Added PER_USE macro.
...
...
@@ -93,8 +97,8 @@
#define cPersistent_HEAD PyObject_HEAD \
PyObject *jar; \
int oid; \
int state; \
time_t atime; \
signed char state; \
#define cPersistent_GHOST_STATE -1
...
...
src/ZODB/cPersistence.h
View file @
d717ea48
/*
$Id: cPersistence.h,v 1.
8 1997/12/10 22:19:24
jim Exp $
$Id: cPersistence.h,v 1.
9 1997/12/15 15:55:16
jim Exp $
Definitions to facilitate making cPersistent subclasses in C.
...
...
@@ -56,6 +56,10 @@
$Log: cPersistence.h,v $
Revision 1.9 1997/12/15 15:55:16 jim
Changed persistent object header layout. This will require recompile
of all C Persistent objects.
Revision 1.8 1997/12/10 22:19:24 jim
Added PER_USE macro.
...
...
@@ -93,8 +97,8 @@
#define cPersistent_HEAD PyObject_HEAD \
PyObject *jar; \
int oid; \
int state; \
time_t atime; \
signed char state; \
#define cPersistent_GHOST_STATE -1
...
...
src/persistent/cPersistence.h
View file @
d717ea48
/*
$Id: cPersistence.h,v 1.
8 1997/12/10 22:19:24
jim Exp $
$Id: cPersistence.h,v 1.
9 1997/12/15 15:55:16
jim Exp $
Definitions to facilitate making cPersistent subclasses in C.
...
...
@@ -56,6 +56,10 @@
$Log: cPersistence.h,v $
Revision 1.9 1997/12/15 15:55:16 jim
Changed persistent object header layout. This will require recompile
of all C Persistent objects.
Revision 1.8 1997/12/10 22:19:24 jim
Added PER_USE macro.
...
...
@@ -93,8 +97,8 @@
#define cPersistent_HEAD PyObject_HEAD \
PyObject *jar; \
int oid; \
int state; \
time_t atime; \
signed char state; \
#define cPersistent_GHOST_STATE -1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment