Update of /cvsroot/playerstage/code/player/server/drivers/wifi
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30199/server/drivers/wifi

Modified Files:
        linuxwifi.cc 
Log Message:
overhaul of the player interface definitions
interfaces are now defined with a very light weight IDL allowing them to be 
edited in a single file
some subtype names were also modified as a side effect, making them more 
consistent globally


Index: linuxwifi.cc
===================================================================
RCS file: /cvsroot/playerstage/code/player/server/drivers/wifi/linuxwifi.cc,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** linuxwifi.cc        20 Jan 2006 21:26:31 -0000      1.16
--- linuxwifi.cc        20 Aug 2007 06:37:30 -0000      1.17
***************
*** 52,56 ****
  @par Configuration requests
  
! - PLAYER_WIFI_MAC_REQ
  
  @par Configuration file options
--- 52,56 ----
  @par Configuration requests
  
! - PLAYER_WIFI_REQ_MAC
  
  @par Configuration file options
***************
*** 275,279 ****
        assert(data);
  
!       if (Message::MatchMessage(hdr, PLAYER_MSGTYPE_REQ, PLAYER_WIFI_MAC, 
device_addr))
        {
                player_wifi_mac_req_t req;
--- 275,279 ----
        assert(data);
  
!       if (Message::MatchMessage(hdr, PLAYER_MSGTYPE_REQ, PLAYER_WIFI_REQ_MAC, 
device_addr))
        {
                player_wifi_mac_req_t req;


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to