diff -r 6c08d4d7219e -r 9ccef81f02ab front_idill/extern/fajran-npTuioClient/TuioClient/TuioCursor.h --- a/front_idill/extern/fajran-npTuioClient/TuioClient/TuioCursor.h Thu Apr 12 13:09:46 2012 +0200 +++ b/front_idill/extern/fajran-npTuioClient/TuioClient/TuioCursor.h Thu Apr 12 15:33:25 2012 +0200 @@ -19,6 +19,10 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +/* + Modified by alexandre.bastien@iri.centrepompidou.fr to manage TUIO strings. +*/ + #ifndef INCLUDED_TUIOCURSOR_H #define INCLUDED_TUIOCURSOR_H @@ -38,7 +42,7 @@ }; /* - * Surchargé par alexandre.bastien@iri.centrepompidou.fr + * SurchargĂ© par alexandre.bastien@iri.centrepompidou.fr */ TuioCursor (long s_id, int f_id, float xpos, float ypos, float zpos):TuioContainer(s_id,xpos,ypos,zpos) { this->finger_id = f_id;