[GME-commit] GMESRC/Paradigms/MetaGME/MetaInterpreter2004/Asp AspectSpecDlg.cpp,1.5,1.6

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Thu Mar 11 09:39:40 CST 2004


Update of /var/lib/gme/GMESRC/Paradigms/MetaGME/MetaInterpreter2004/Asp
In directory braindrain:/tmp/cvs-serv7423/Asp

Modified Files:
	AspectSpecDlg.cpp 
Log Message:
Library subfolders issue resolved.


CVS User: zolmol

Index: AspectSpecDlg.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/Paradigms/MetaGME/MetaInterpreter2004/Asp/AspectSpecDlg.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** AspectSpecDlg.cpp	10 Mar 2004 02:36:28 -0000	1.5
--- AspectSpecDlg.cpp	11 Mar 2004 15:39:38 -0000	1.6
***************
*** 9,12 ****
--- 9,15 ----
  #include "ReferenceRep.h"
  
+ #include "globals.h"
+ extern Globals global_vars;
+ 
  #ifdef _DEBUG
  #define new DEBUG_NEW
***************
*** 104,108 ****
  	void * ptr;
  	GetEntry( rowID, role_name, kind_asp, is_prim, ptr);
! 	if ( role_name == "N/A") TO("Internal Error: GetEntry failed. Empty rolename");
  	const FCO * fco_ptr = static_cast<const FCO*>( ptr);
  	if ( fco_ptr)
--- 107,112 ----
  	void * ptr;
  	GetEntry( rowID, role_name, kind_asp, is_prim, ptr);
! 	if ( role_name == "N/A") 
! 		global_vars.err << "Internal error: GetEntry failed. Empty rolename\n";
  	const FCO * fco_ptr = static_cast<const FCO*>( ptr);
  	if ( fco_ptr)
***************
*** 123,129 ****
  			}
  		}
! 		else TO("Internal Error: why other type than Model and Ref has Kindaspect?");
  	}
! 	else TO("Internal Error: zero pointer");
  }
  
--- 127,133 ----
  			}
  		}
! 		else global_vars.err << "Internal error: why other type than Model and Ref has Kindaspect?\n";
  	}
! 	else global_vars.err << "Internal error: zero pointer\n";
  }
  



More information about the GME-commit mailing list