[GME-commit] GMESRC/Paradigms/MetaGME/BonExtension/Rep Any.cpp,1.6,1.7

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Tue Mar 16 20:43:07 CST 2004


Update of /var/lib/gme/GMESRC/Paradigms/MetaGME/BonExtension/Rep
In directory braindrain:/tmp/cvs-serv15361

Modified Files:
	Any.cpp 
Log Message:
Folder class defs without /*Ex*/


CVS User: zolmol

Index: Any.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/Paradigms/MetaGME/BonExtension/Rep/Any.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Any.cpp	17 Mar 2004 00:24:13 -0000	1.6
--- Any.cpp	17 Mar 2004 02:43:03 -0000	1.7
***************
*** 281,285 ****
  	// to prevent confusing with predefinitions like "class X;"
  	// the canonical form is "class X :"
! 	return " :\n  public /*Ex*/ BON::" + getMyKindStr() + "Impl\n";
  }
  
--- 281,286 ----
  	// to prevent confusing with predefinitions like "class X;"
  	// the canonical form is "class X :"
! 	return " :\n  public BON::" + getMyKindStr() + "Impl\n";
! 	//return " :\n  public /*Ex*/ BON::" + getMyKindStr() + "Impl\n";
  }
  



More information about the GME-commit mailing list