diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-01-22 22:44:55 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-01-22 22:44:55 (GMT) |
commit | af394eaa76b0a6b51b35b31137e64a6c6023b210 (patch) | |
tree | 66b13eff546a58d677dab9816ea577a99b4d8270 /src/H5Oattr.c | |
parent | 3ededdb9e2984587c8b6d23371918aeeac3c853e (diff) | |
download | hdf5-af394eaa76b0a6b51b35b31137e64a6c6023b210.zip hdf5-af394eaa76b0a6b51b35b31137e64a6c6023b210.tar.gz hdf5-af394eaa76b0a6b51b35b31137e64a6c6023b210.tar.bz2 |
[svn-r13173] Description:
Checkpoint more progress toward implementing shared message "interface"
methods for message classes that can have messages shared.
Tested on:
Linux/32 2.6 (chicago)
Linux/64 2.6 (chicago2)
Diffstat (limited to 'src/H5Oattr.c')
-rw-r--r-- | src/H5Oattr.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/H5Oattr.c b/src/H5Oattr.c index 9f64dc6..1aba244 100644 --- a/src/H5Oattr.c +++ b/src/H5Oattr.c @@ -95,8 +95,7 @@ H5FL_EXTERN(H5S_t); /* Declare external the free list for H5S_extent_t's */ H5FL_EXTERN(H5S_extent_t); -#ifdef NOT_YET -/* Set up & include shared message callbacks */ +/* Set up & include shared message "interface" info */ #define H5O_SHARED_TYPE H5O_MSG_ATTR #define H5O_SHARED_DECODE H5O_attr_shared_decode #define H5O_SHARED_DECODE_REAL H5O_attr_decode @@ -111,7 +110,6 @@ H5FL_EXTERN(H5S_extent_t); #define H5O_SHARED_COPY_FILE H5O_attr_shared_copy_file #define H5O_SHARED_COPY_FILE_REAL H5O_attr_copy_file #include "H5Oshared.h" /* Shared Object Header Message Callbacks */ -#endif /* NOT_YET */ /*-------------------------------------------------------------------------- |