[rkward-cvs] rkward/rkward rkglobals.h,1.8,1.9

Thomas Friedrichsmeier tfry at users.sourceforge.net
Wed Nov 2 16:51:12 UTC 2005


Update of /cvsroot/rkward/rkward/rkward
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14128/rkward

Modified Files:
	rkglobals.h 
Log Message:
Fix up extern C linkage in REmbedInternal (I hope)

Index: rkglobals.h
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/rkglobals.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** rkglobals.h	13 Oct 2005 21:01:57 -0000	1.8
--- rkglobals.h	2 Nov 2005 16:51:10 -0000	1.9
***************
*** 33,36 ****
--- 33,38 ----
  This class basically keeps some static pointers which are needed all over the place, so they won't have to be passed around.
  
+ TODO: move the static members to the respective classes instead. There's no point in having them here, and having to include rkglobals.h all over the place.
+ 
  @author Thomas Friedrichsmeier
  */





More information about the rkward-tracker mailing list