[GME-commit] GMESRC/GME/Mga MgaProject.cpp,1.62,1.63

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Sat May 7 01:14:11 CDT 2005


Update of /project/gme-repository/GMESRC/GME/Mga
In directory escher:/tmp/cvs-serv25787

Modified Files:
	MgaProject.cpp 
Log Message:
Modified error message. From "Not implemented" to "Invalid usage".


CVS User: Zoltan Molnar, ISIS (zolmol)

Index: MgaProject.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Mga/MgaProject.cpp,v
retrieving revision 1.62
retrieving revision 1.63
diff -C2 -d -r1.62 -r1.63
*** MgaProject.cpp	26 Jan 2005 17:30:47 -0000	1.62
--- MgaProject.cpp	7 May 2005 00:14:09 -0000	1.63
***************
*** 317,321 ****
  			}
  		}
! 		else COMTHROW(E_MGA_NOT_IMPLEMENTED);
  		COMTHROW(RegisterActiveObject((IMgaProject *)this,CLSID_MgaProject,ACTIVEOBJECT_STRONG,&rot));
  		StartAutoAddOns();
--- 317,321 ----
  			}
  		}
! 		else COMTHROW(E_INVALID_USAGE);
  		COMTHROW(RegisterActiveObject((IMgaProject *)this,CLSID_MgaProject,ACTIVEOBJECT_STRONG,&rot));
  		StartAutoAddOns();



More information about the GME-commit mailing list