summaryrefslogtreecommitdiffstats
path: root/c++/src/H5Attribute.cpp
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2015-10-07 15:35:21 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2015-10-07 15:35:21 (GMT)
commita66eef2cf3b0e0539bd80b2e2ceece8f87e0b7c4 (patch)
treea2619d536689e817c8bcb0e1ff0ff73e36e2e103 /c++/src/H5Attribute.cpp
parent8a752097e9f1c8fc7806f999c08a30e0177564ff (diff)
downloadhdf5-a66eef2cf3b0e0539bd80b2e2ceece8f87e0b7c4.zip
hdf5-a66eef2cf3b0e0539bd80b2e2ceece8f87e0b7c4.tar.gz
hdf5-a66eef2cf3b0e0539bd80b2e2ceece8f87e0b7c4.tar.bz2
[svn-r27989] Purpose: Partial fix of issues HDFFV-9169 and HDFFV-9167
Description: Merged from trunk r27961: Added class ObjCreatPropList in "H5OcreatProp.[h/cpp]" Added wrappers for H5P[s/g]et_attr_phase_change and H5P[s/g]et_attr_creation_order // Sets attribute storage phase change thresholds. void setAttrPhaseChange(unsigned max_compact = 8, unsigned min_dense = 6) // Gets attribute storage phase change thresholds. void getAttrPhaseChange(unsigned& max_compact, unsigned& min_dense) // Sets tracking and indexing of attribute creation order. void setAttrCrtOrder(unsigned crt_order_flags) // Gets tracking and indexing settings for attribute creation order. unsigned getAttrCrtOrder() Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
Diffstat (limited to 'c++/src/H5Attribute.cpp')
-rw-r--r--c++/src/H5Attribute.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/c++/src/H5Attribute.cpp b/c++/src/H5Attribute.cpp
index 5a47dac..6705739 100644
--- a/c++/src/H5Attribute.cpp
+++ b/c++/src/H5Attribute.cpp
@@ -28,6 +28,7 @@
#include "H5AbstractDs.h"
#include "H5FaccProp.h"
#include "H5FcreatProp.h"
+#include "H5OcreatProp.h"
#include "H5DcreatProp.h"
#include "H5CommonFG.h"
#include "H5DataType.h"