Update of /cvsroot/playerstage/code/player/client_libs/libplayerc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22822

Modified Files:
        utils.c 
Log Message:
RFID identifier for libplayerc.


Index: utils.c
===================================================================
RCS file: /cvsroot/playerstage/code/player/client_libs/libplayerc/utils.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** utils.c     11 Apr 2006 15:40:31 -0000      1.24
--- utils.c     31 May 2006 14:04:51 -0000      1.25
***************
*** 95,98 ****
--- 95,100 ----
      case PLAYER_PTZ_CODE:
        return PLAYER_PTZ_STRING;
+     case PLAYER_RFID_CODE:
+       return PLAYER_RFID_STRING;
      case PLAYER_SONAR_CODE:
        return PLAYER_SONAR_STRING;
***************
*** 162,165 ****
--- 164,169 ----
    if (strcmp(name, PLAYER_PTZ_STRING) == 0)
      return PLAYER_PTZ_CODE;
+   if (strcmp(name, PLAYER_RFID_STRING) == 0)
+     return PLAYER_RFID_CODE;
    if (strcmp(name, PLAYER_SONAR_STRING) == 0)
      return PLAYER_SONAR_CODE;



-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to