[commit] r1718 - trunk/GME/Mga
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Thu Dec 1 12:37:21 CST 2011
Author: ksmyth
Date: Thu Dec 1 12:37:21 2011
New Revision: 1718
Log:
Cleanup
Modified:
trunk/GME/Mga/MgaAttribute.cpp
trunk/GME/Mga/MgaDeriveOps.cpp
Modified: trunk/GME/Mga/MgaAttribute.cpp
==============================================================================
--- trunk/GME/Mga/MgaAttribute.cpp Thu Dec 1 12:37:05 2011 (r1717)
+++ trunk/GME/Mga/MgaAttribute.cpp Thu Dec 1 12:37:21 2011 (r1718)
@@ -712,11 +712,6 @@
STDMETHODIMP CMgaRegNode::put_FCOValue(IMgaFCO *newVal) {
return E_NOTIMPL;
- COMTRY_IN_TRANSACTION {
- CHECK_MYINPTRPAR(newVal);
- fco->CheckWrite();
- markchg();
- } COMCATCH_IN_TRANSACTION(;)
}
STDMETHODIMP CMgaRegNode::get_SubNodes( VARIANT_BOOL virtuals, IMgaRegNodes **pVal) {
Modified: trunk/GME/Mga/MgaDeriveOps.cpp
==============================================================================
--- trunk/GME/Mga/MgaDeriveOps.cpp Thu Dec 1 12:37:05 2011 (r1717)
+++ trunk/GME/Mga/MgaDeriveOps.cpp Thu Dec 1 12:37:21 2011 (r1718)
@@ -244,7 +244,8 @@
// ----------------------------------------
void DeriveTreeTask::_DoWithDeriveds(CoreObj self, std::vector<CoreObj> *peers) {
CoreObjs chds = self[masterattr + ATTRID_COLLECTION]; // do it first to enable delete operations...
- if(!Do(self, peers)) return;
+ if(!Do(self, peers))
+ return;
ITERATE_THROUGH(chds) {
if(peercnt) {
CoreObj r = ITER.FollowChain(ATTRID_FCOPARENT, selfdepth);
More information about the gme-commit
mailing list