[GME-commit] GMESRC/GME/Common CommonError.cpp,1.11,1.12
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Wed Sep 22 14:21:52 CDT 2004
Update of /var/lib/gme/GMESRC/GME/Common
In directory braindrain:/tmp/cvs-serv16297
Modified Files:
CommonError.cpp
Log Message:
GME-84 bug in JIRA corrected.
CVS User: zolmol
Index: CommonError.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Common/CommonError.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** CommonError.cpp 7 Apr 2004 10:01:35 -0000 1.11
--- CommonError.cpp 22 Sep 2004 18:21:49 -0000 1.12
***************
*** 162,166 ****
ASSERT( errinfo != NULL );
! COMTHROW( errinfo->GetDescription(desc) );
}
catch(hresult_exception &)
--- 162,166 ----
ASSERT( errinfo != NULL );
! if( errinfo) COMTHROW( errinfo->GetDescription(desc) );
}
catch(hresult_exception &)
More information about the GME-commit
mailing list