[commit] r2177 - in trunk: GME/Gme SDK/BON/Common

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Fri Apr 19 12:01:51 CDT 2013


Author: ksmyth
Date: Fri Apr 19 12:01:51 2013
New Revision: 2177

Log:
TODOs

Modified:
   trunk/GME/Gme/GMEApp.cpp
   trunk/SDK/BON/Common/ComponentObj.cpp

Modified: trunk/GME/Gme/GMEApp.cpp
==============================================================================
--- trunk/GME/Gme/GMEApp.cpp	Fri Apr 19 12:01:15 2013	(r2176)
+++ trunk/GME/Gme/GMEApp.cpp	Fri Apr 19 12:01:51 2013	(r2177)
@@ -1650,6 +1650,7 @@
 	    COMTHROW(hr);
 
 		AfterOpenOrCreateProject(conn);
+		// TODO: set RootFolder name to filename?
 		hr = mgaProject->Notify(GLOBALEVENT_OPEN_PROJECT_FINISHED);
 		ASSERT(SUCCEEDED(hr));
 	}

Modified: trunk/SDK/BON/Common/ComponentObj.cpp
==============================================================================
--- trunk/SDK/BON/Common/ComponentObj.cpp	Fri Apr 19 12:01:15 2013	(r2176)
+++ trunk/SDK/BON/Common/ComponentObj.cpp	Fri Apr 19 12:01:51 2013	(r2177)
@@ -646,6 +646,7 @@
 		vv = CComBSTR(bb);
 		vv.Detach(pVal);
 	}
+    // FIXME: pVal needs to be set in all cases
 	return S_OK;
 }
 STDMETHODIMP COMCLASS::put_ComponentParameter(BSTR name, VARIANT newVal) {


More information about the gme-commit mailing list