diff options
author | James Laird <jlaird@hdfgroup.org> | 2006-10-18 17:56:33 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2006-10-18 17:56:33 (GMT) |
commit | d4daafbc853cbc85c6594d540e6d3a192e95f78f (patch) | |
tree | 43381aae6789e06de2dc9bf803b2f7deb861bb17 /hl/c++/src/H5PacketTable.h | |
parent | 2d6bb5932951242d23ccef420a328a033f3b4efa (diff) | |
download | hdf5-d4daafbc853cbc85c6594d540e6d3a192e95f78f.zip hdf5-d4daafbc853cbc85c6594d540e6d3a192e95f78f.tar.gz hdf5-d4daafbc853cbc85c6594d540e6d3a192e95f78f.tar.bz2 |
[svn-r12775] Fixed HL C++ errors from removing VL packet table. Silly me for
omitting the C++ test in the first place!
Tested on heping (with --enable-cxx!).
Diffstat (limited to 'hl/c++/src/H5PacketTable.h')
-rw-r--r-- | hl/c++/src/H5PacketTable.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hl/c++/src/H5PacketTable.h b/hl/c++/src/H5PacketTable.h index ee45143..adba716 100644 --- a/hl/c++/src/H5PacketTable.h +++ b/hl/c++/src/H5PacketTable.h @@ -55,12 +55,14 @@ public: */ bool IsValid(); +#ifdef VLPT_REMOVED /* IsVariableLength * Return 1 if this packet table is a Variable Length packet table, * return 0 if it is Fixed Length. Returns -1 if the table is * invalid (not open). */ int IsVariableLength(); +#endif /* VLPT_REMOVED */ /* ResetIndex * Sets the "current packet" index to point to the first packet in the |