From 9cb35070a3017d0c4f6d861c03c96c2442f38faf Mon Sep 17 00:00:00 2001 From: Alessandro Maraschini Date: Thu, 12 Jul 2007 16:43:13 +0000 Subject: [PATCH] gcc 4.1 patch required by Ales --- .../interface/glite/wmsutils/jobid/JobIdExceptions.h | 2 +- org.glite.wms-utils.jobid/src/jobid/JobId.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/org.glite.wms-utils.jobid/interface/glite/wmsutils/jobid/JobIdExceptions.h b/org.glite.wms-utils.jobid/interface/glite/wmsutils/jobid/JobIdExceptions.h index 42cbdf4..cd414e1 100755 --- a/org.glite.wms-utils.jobid/interface/glite/wmsutils/jobid/JobIdExceptions.h +++ b/org.glite.wms-utils.jobid/interface/glite/wmsutils/jobid/JobIdExceptions.h @@ -65,7 +65,7 @@ public: * @param method - The Name of the method which has thrown the Exception * @param code - The Code of the Error raised * @param field - The Empty filed requested for */ - EmptyIdException::EmptyIdException(const std::string& file, + EmptyIdException(const std::string& file, int line, const std::string& method, int code , diff --git a/org.glite.wms-utils.jobid/src/jobid/JobId.cpp b/org.glite.wms-utils.jobid/src/jobid/JobId.cpp index 273f9f9..dfabf22 100755 --- a/org.glite.wms-utils.jobid/src/jobid/JobId.cpp +++ b/org.glite.wms-utils.jobid/src/jobid/JobId.cpp @@ -68,7 +68,7 @@ JobId & JobId::operator=(const edg_wlc_JobId &old) JobId::~JobId() { - clear(); + // clear(); } /****************************************************************** -- 1.8.2.3