[GME-commit] GMESRC/GME/GMEActiveBrowser ActiveBrowserPropertyPage.cpp,1.31,1.32

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Tue May 18 09:31:01 CDT 2004


Update of /var/lib/gme/GMESRC/GME/GMEActiveBrowser
In directory braindrain:/tmp/cvs-serv31734/GMEActiveBrowser

Modified Files:
	ActiveBrowserPropertyPage.cpp 
Log Message:
Eliminated _ALL_ warning messages.

CVS User: volgy

Index: ActiveBrowserPropertyPage.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/GMEActiveBrowser/ActiveBrowserPropertyPage.cpp,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** ActiveBrowserPropertyPage.cpp	13 May 2004 16:17:18 -0000	1.31
--- ActiveBrowserPropertyPage.cpp	18 May 2004 13:30:59 -0000	1.32
***************
*** 1269,1273 ****
  
  		CComPtr<IMgaObject> ccpParent;
! 		objtype_enum otParentType,otMgaObjectType;
  		COMTHROW( ccpMgaObject->GetParent(&ccpParent,&otParentType) );
  		if(ccpParent)
--- 1269,1274 ----
  
  		CComPtr<IMgaObject> ccpParent;
! 		objtype_enum otParentType;
! 		//objtype_enum otMgaObjectType;
  		COMTHROW( ccpMgaObject->GetParent(&ccpParent,&otParentType) );
  		if(ccpParent)



More information about the GME-commit mailing list