front_idill/extern/fajran-npTuioClient/src/plugin.h
changeset 28 9ccef81f02ab
parent 21 e4e5f02787a1
--- a/front_idill/extern/fajran-npTuioClient/src/plugin.h	Thu Apr 12 13:09:46 2012 +0200
+++ b/front_idill/extern/fajran-npTuioClient/src/plugin.h	Thu Apr 12 15:33:25 2012 +0200
@@ -15,6 +15,9 @@
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
+/*
+    Modified by alexandre.bastien@iri.centrepompidou.fr to manage TUIO strings.
+*/
 
 #ifndef PLUGIN_H
 #define PLUGIN_H
@@ -50,14 +53,14 @@
 
     NPError WriteStatus(const char *msg) const;
 
-	void event(TuioEventData);
+    void event(TuioEventData);
 
 
 private:
     NPP         _instance;
 
-	int         _port;
-	std::string _callback;
+    int         _port;
+    std::string _callback;
 };
 
 // end of __PLUGIN_H__