[GME-commit] GMESRC/SDK/BON BON.h,1.8,1.9 BONImpl.cpp,1.16,1.17

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Mon Jun 14 14:52:05 CDT 2004


Update of /var/lib/gme/GMESRC/SDK/BON
In directory braindrain:/tmp/cvs-serv13182

Modified Files:
	BON.h BONImpl.cpp 
Log Message:
RegistryNode default constructor introduced.
RegistryNodeImpl::getName() bug corrected.


CVS User: zolmol

Index: BON.h
===================================================================
RCS file: /var/lib/gme/GMESRC/SDK/BON/BON.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** BON.h	16 Feb 2004 17:34:51 -0000	1.8
--- BON.h	14 Jun 2004 18:52:01 -0000	1.9
***************
*** 148,152 ****
  		// Construction and Destruction
  		public :
! 			RegistryNode();
  			RegistryNode( const RegistryNode& node );
  			RegistryNode( RegistryNodeImpl* pRegistryNode );
--- 148,152 ----
  		// Construction and Destruction
  		public :
! 			RegistryNode() { }
  			RegistryNode( const RegistryNode& node );
  			RegistryNode( RegistryNodeImpl* pRegistryNode );

Index: BONImpl.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/SDK/BON/BONImpl.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** BONImpl.cpp	6 May 2004 15:57:51 -0000	1.16
--- BONImpl.cpp	14 Jun 2004 18:52:01 -0000	1.17
***************
*** 1202,1206 ****
  	std::string RegistryNodeImpl::getName() const
  	{
! 		if ( ! m_spNode ) {
  			CComBSTR bstrName;
  			COMTHROW( m_spNode->get_Name( &bstrName ) );
--- 1202,1206 ----
  	std::string RegistryNodeImpl::getName() const
  	{
! 		if ( m_spNode ) { // modified by ZolMol
  			CComBSTR bstrName;
  			COMTHROW( m_spNode->get_Name( &bstrName ) );



More information about the GME-commit mailing list