[rkward-cvs] rkward/rkward/rbackend rembedinternal.h,1.5,1.6

Thomas Friedrichsmeier tfry at users.sourceforge.net
Fri Apr 15 14:15:32 UTC 2005


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

Modified Files:
	rembedinternal.h 
Log Message:
RKConsole can now handle incomplete (multi-line) statements

Index: rembedinternal.h
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/rbackend/rembedinternal.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** rembedinternal.h	15 Apr 2005 13:23:13 -0000	1.5
--- rembedinternal.h	15 Apr 2005 14:15:30 -0000	1.6
***************
*** 45,49 ****
  	//virtual char **handleGetValueCall (char **call, int call_length, int *reply_length) = 0;
  
! // only one instance of this class may be around. This pointer keeps the reference to it, for interfacing to C++
  	static REmbedInternal *this_pointer;
  private:
--- 45,49 ----
  	//virtual char **handleGetValueCall (char **call, int call_length, int *reply_length) = 0;
  
! /// only one instance of this class may be around. This pointer keeps the reference to it, for interfacing to from C to C++
  	static REmbedInternal *this_pointer;
  private:





More information about the rkward-tracker mailing list