[GME-commit] GMESRC/GME/Gme GMEApp.cpp,1.147,1.148

Log messages of CVS commits gme-commit at list.isis.vanderbilt.edu
Fri Feb 15 12:46:53 CST 2008


Update of /project/gme-repository/GMESRC/GME/Gme
In directory escher:/tmp/cvs-serv28672

Modified Files:
	GMEApp.cpp 
Log Message:
E_UNKNOWN_STORAGE handling needs to close the project.


CVS User: Zoltan Molnar, ISIS (zolmol)

Index: GMEApp.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Gme/GMEApp.cpp,v
retrieving revision 1.147
retrieving revision 1.148
diff -C2 -d -r1.147 -r1.148
*** GMEApp.cpp	13 Feb 2008 21:23:58 -0000	1.147
--- GMEApp.cpp	15 Feb 2008 18:46:50 -0000	1.148
***************
*** 1072,1075 ****
--- 1072,1076 ----
  			else if( E_UNKNOWN_STORAGE == hr && conn.Left(5) == "MGX=\"")
  			{
+ 				CloseProject();
  				return; // no more exception handler explanatory messages (or QueryProjectInfo calls)
  			}
***************
*** 1231,1234 ****
--- 1232,1236 ----
  		}
  		if( hr == E_UNKNOWN_STORAGE && conn.Left(5) == "MGX=\"") {
+ 			CloseProject();
  			return; // no more exception handler explanatory messages
  		}



More information about the GME-commit mailing list