summaryrefslogtreecommitdiffstats
path: root/c++/src/H5CommonFG.cpp
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2008-07-18 20:49:32 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2008-07-18 20:49:32 (GMT)
commitd6dc8a4dfd95ea0e6b3b6d9cfbb8ea5aad4c19d3 (patch)
treec025346989add6028cfa41893f0641171b22663d /c++/src/H5CommonFG.cpp
parent99e21e85c94327b6a525aa87a6d11547fc944f41 (diff)
downloadhdf5-d6dc8a4dfd95ea0e6b3b6d9cfbb8ea5aad4c19d3.zip
hdf5-d6dc8a4dfd95ea0e6b3b6d9cfbb8ea5aad4c19d3.tar.gz
hdf5-d6dc8a4dfd95ea0e6b3b6d9cfbb8ea5aad4c19d3.tar.bz2
[svn-r15386] Purpose: Fix bug
Description: A bug in reference counter was exposed when Ray fixed H5Awrite in the main library. ::setId() called incRefCount when it shouldn't. Made sure that id's reference counter is manually incremented properly in copy constructor and operator= only. The main library handles the rest. Platforms tested: SunOS 5.10 (linew) Linux 2.6 (kagiso) FreeBSD (duty)
Diffstat (limited to 'c++/src/H5CommonFG.cpp')
-rw-r--r--c++/src/H5CommonFG.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/c++/src/H5CommonFG.cpp b/c++/src/H5CommonFG.cpp
index 364f639..0217df2 100644
--- a/c++/src/H5CommonFG.cpp
+++ b/c++/src/H5CommonFG.cpp
@@ -15,11 +15,6 @@
#include <string>
-// remove when done
-#include <iostream>
- using std::cerr;
- using std::endl;
-
#include "H5Include.h"
#include "H5Exception.h"
#include "H5IdComponent.h"