[GME-commit] GMESRC/GME/XmlBackEnd CoreXmlFile.cpp,1.13,1.14

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Tue Jun 5 19:24:49 CDT 2007


Update of /project/gme-repository/GMESRC/GME/XmlBackEnd
In directory escher:/tmp/cvs-serv21303

Modified Files:
	CoreXmlFile.cpp 
Log Message:
AfxMessageBoxes here and there modified.


CVS User: Zoltan Molnar, ISIS (zolmol)

Index: CoreXmlFile.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/XmlBackEnd/CoreXmlFile.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** CoreXmlFile.cpp	6 Jun 2007 00:03:43 -0000	1.13
--- CoreXmlFile.cpp	6 Jun 2007 00:24:47 -0000	1.14
***************
*** 938,941 ****
--- 938,943 ----
              }
          }
+         else // since the user intends to create a ClearCase project we must notify that: 
+             AfxMessageBox( "Cannot connect to ClearCase. Check the ClearCase installation!", MB_ICONSTOP);
      }
      else
***************
*** 2541,2545 ****
      {
          // TODO: error message
!         AfxMessageBox( ("The project is not under any source control system!\nReason: " + msg).c_str());
      }
  
--- 2543,2547 ----
      {
          // TODO: error message
!         AfxMessageBox( ("The project is not under any source control system!\nReason: " + msg).c_str(), MB_ICONEXCLAMATION);
      }
  
***************
*** 2849,2853 ****
      catch(...)
      {
!         AfxMessageBox( "Cannot connect to ClearCase. Check the ClearCase installation!" );
          return false;
      }
--- 2851,2855 ----
      catch(...)
      {
!         //AfxMessageBox( "Cannot connect to ClearCase. Check the ClearCase installation!" );
          return false;
      }



More information about the GME-commit mailing list