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

Modified Files:
      Tag: release-2-0-patches
        mica2.cc 
Log Message:
build fixes for Solaris

Index: mica2.cc
===================================================================
RCS file: /cvsroot/playerstage/code/player/server/drivers/wsn/mica2.cc,v
retrieving revision 1.3.2.2
retrieving revision 1.3.2.3
diff -C2 -d -r1.3.2.2 -r1.3.2.3
*** mica2.cc    25 Sep 2006 15:57:21 -0000      1.3.2.2
--- mica2.cc    25 Sep 2006 15:58:59 -0000      1.3.2.3
***************
*** 22,25 ****
--- 22,27 ----
   Author: Radu Bogdan Rusu
   Date: 09 Mar 2006
+  Portions borrowed from the TinyOS project (http://www.tinyos.net), 
distributed
+  according to the Intel Open Source License.
  */
  
***************
*** 30,34 ****
  
[...1451 lines suppressed...]
! 
!     if ((provideRFID) && (rfidPacket))
!       // Write the RFID data
!       Publish (rfid_addr, NULL, PLAYER_MSGTYPE_DATA, PLAYER_RFID_DATA,
!               &rfid_data, sizeof (player_rfid_data_t), NULL);
! 
!     if ((provideWSN) && (wsnPacket))
!       // Write the WSN data
!       Publish (wsn_addr, NULL, PLAYER_MSGTYPE_DATA, PLAYER_WSN_DATA,
!               &wsn_data, sizeof (player_wsn_data_t), NULL);
! 
!     return 0;
  }
  
***************
*** 847,849 ****
  }
  
//------------------------------------------------------------------------------
- 
--- 1158,1159 ----


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to