From 3eb4dc3b4f583da3200db217791428ae779daca7 Mon Sep 17 00:00:00 2001 From: Binh-Minh Ribler Date: Sun, 1 Aug 2004 00:16:39 -0500 Subject: [svn-r8976] Purpose: Add more C++ wrappers and documentation Description: Added class VarLenType to provide wrapper for: H5Tvlen_create Added wrapper for H5Tis_variable_str to DataType class Tests for the new wrappers will follow soon. Platforms: SunOS 5.7 (arabica) Linux 2.4 (eirene) New files will be added to Windows projects Misc. update: --- c++/src/H5VarLenType.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/c++/src/H5VarLenType.cpp b/c++/src/H5VarLenType.cpp index 45524f0..882dccc 100644 --- a/c++/src/H5VarLenType.cpp +++ b/c++/src/H5VarLenType.cpp @@ -20,6 +20,8 @@ #include "H5IdComponent.h" #include "H5PropList.h" #include "H5Object.h" +#include "H5DcreatProp.h" +#include "H5CommonFG.h" #include "H5DataType.h" #include "H5VarLenType.h" -- cgit v0.12