From 8f14058203395229df18832510c572d5cf497866 Mon Sep 17 00:00:00 2001 From: Alessandro Maraschini Date: Thu, 12 Jul 2007 16:47:12 +0000 Subject: [PATCH] gcc 4.1 patch required by Ales --- .../interface/glite/wmsutils/jobid/JobIdExceptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 , -- 1.8.2.3