[GME-commit] GMESRC/GME/Include/repository REPAPI.H,1.1,1.2

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Wed Jan 26 11:55:16 CST 2005


Update of /var/lib/gme/GMESRC/GME/Include/repository
In directory braindrain:/tmp/cvs-serv19694/GME/Include/repository

Modified Files:
	REPAPI.H 
Log Message:

 	GME/Include/repository/REPAPI.H 
Added Files:
 	GME/ConstraintManager/afximpl.h 


CVS User: zolmol

Index: REPAPI.H
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Include/repository/REPAPI.H,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** REPAPI.H	6 Jul 2000 18:22:00 -0000	1.1
--- REPAPI.H	26 Jan 2005 17:55:12 -0000	1.2
***************
*** 168,174 ****
  #else
  #define DEFINE_OBJID(name, u, guid) \
!     EXTERN_C const OBJID CDECL __based(__segname("_CODE")) name \
! = { guid, u }
  #endif // INITGUID
  
  // Some useful overloaded operators.
--- 168,174 ----
  #else
  #define DEFINE_OBJID(name, u, guid) \
!     EXTERN_C const OBJID CDECL name = { guid, u }
  #endif // INITGUID
+ /*EXTERN_C const OBJID CDECL __based(__segname("_CODE")) name = { guid, u }*/ //zolmol7
  
  // Some useful overloaded operators.



More information about the GME-commit mailing list