[commit] r1924 - trunk/SDK/BON/Common

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Wed May 9 16:42:31 CDT 2012


Author: ksmyth
Date: Wed May  9 16:42:31 2012
New Revision: 1924

Log:
Fix RegistryNode::getValueByPath. Fixes FCOExRegistryNodeImpl::getLocation (getObject()->getRegistry()->getValueByPath) and bug in MetaInterpreter where attributes wouldnt be sorted properly in ObjectInspector

Modified:
   trunk/SDK/BON/Common/BONImpl.cpp

Modified: trunk/SDK/BON/Common/BONImpl.cpp
==============================================================================
--- trunk/SDK/BON/Common/BONImpl.cpp	Wed May  9 16:42:20 2012	(r1923)
+++ trunk/SDK/BON/Common/BONImpl.cpp	Wed May  9 16:42:31 2012	(r1924)
@@ -1713,8 +1713,6 @@
 	std::string	RegistryNodeImpl::getValueByPath( const std::string& strPath ) const
 	{
 		std::string strPath2 = getPath().substr( 1 ) + strPath;
-		if ( ! m_spNode )
-			strPath2 = strPath2.substr( 1 );
 
 		CComBSTR bstrValue;
 		CComQIPtr<IMgaFCO> spFCO = m_pObject->getObjectI();


More information about the gme-commit mailing list