Cleanup.
[jamendo] / branches / nota-show-app / src / ts7200 / ts7200_client.h
diff --git a/branches/nota-show-app/src/ts7200/ts7200_client.h b/branches/nota-show-app/src/ts7200/ts7200_client.h
deleted file mode 100644 (file)
index 5283bba..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-/***************************************************************************
- *            ts7200_client.h
- *
- *  Wed Nov 18 10:46:06 2009
- *  Copyright  2009  Bartlomiej Swiercz
- *  <bartlomiej.swiercz@teleca.com>
- ****************************************************************************/
-
-#ifndef ts7200_CLIENT_H
-#define ts7200_CLIENT_H
-
-#define USE_H_IN3      //h_in2 or h_in3
-
-#ifdef USE_H_IN3
-#include "nota3/h_in/h_bsdapi.h"
-#else
-#include "h_in.h"
-#endif
-
-#define DEFAULT_PORT 0
-#define ACT1_SID 1
-#define ACT2_SID 2
-
-typedef enum { OK, HSOCKET_ERR, HCONNECT_ERR, HSEND_ERR, HRECV_ERR } ACT_STATE;
-typedef enum { PING, FACE_DETECTED } ACT_CMD;
-typedef enum { CONNECTED, NOTCONNECTED, WEIRD } ACT_CMD_RESP;
-
-ACT_STATE act_run_cmd( sid_t sid, ACT_CMD cmd );
-
-#endif /* ts7200_CLIENT_H */