summaryrefslogtreecommitdiffstats
path: root/c++/src/H5Attribute.cpp
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2008-10-27 03:02:39 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2008-10-27 03:02:39 (GMT)
commit992471499289aff68c7eb457e346462cc41a1ee5 (patch)
tree4ff6c6e0fe6cedc417f17f83daf12cbcd3ec3d82 /c++/src/H5Attribute.cpp
parentc16cadef0075a85d838b63e0af9d3fb56a21f8fd (diff)
downloadhdf5-992471499289aff68c7eb457e346462cc41a1ee5.zip
hdf5-992471499289aff68c7eb457e346462cc41a1ee5.tar.gz
hdf5-992471499289aff68c7eb457e346462cc41a1ee5.tar.bz2
[svn-r15960] Description:
Oops, I accidentally only did "svn commit" instead of "svn commit -m" as instructed. "ported revisions 15958 to 15959 (Added missing wrappers for H5Rdereference) from trunk."
Diffstat (limited to 'c++/src/H5Attribute.cpp')
-rw-r--r--c++/src/H5Attribute.cpp21
1 files changed, 0 insertions, 21 deletions
diff --git a/c++/src/H5Attribute.cpp b/c++/src/H5Attribute.cpp
index 777286c..543aefc 100644
--- a/c++/src/H5Attribute.cpp
+++ b/c++/src/H5Attribute.cpp
@@ -341,27 +341,6 @@ hsize_t Attribute::getStorageSize() const
}
//--------------------------------------------------------------------------
-// Function: Attribute::dereference
-// Purpose Dereference a ref into a DataSet object.
-// Parameters
-// ref - IN: Reference pointer
-// Exception H5::IdComponentException
-// Programmer Binh-Minh Ribler - Oct, 2006
-// Modification
-// May 2008 - BMR
-// Moved from IdComponent into H5File, H5Object, and Attribute
-//--------------------------------------------------------------------------
-Attribute::Attribute(H5Object& obj, void* ref) : AbstractDs(), IdComponent()
-{
- id = obj.p_dereference(ref);
-}
-
-Attribute::Attribute(H5File& h5file, void* ref) : AbstractDs(), IdComponent()
-{
- id = h5file.p_dereference(ref);
-}
-
-//--------------------------------------------------------------------------
// Function: Attribute::getId
// Purpose: Get the id of this attribute
// Description: