Update of /cvsroot/playerstage/code/player/server/drivers/mixed/evolution/er1
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10464/player/server/drivers/mixed/evolution/er1

Modified Files:
        er.cc er.h 
Log Message:
applied Toby's autopointer patches

Index: er.cc
===================================================================
RCS file: 
/cvsroot/playerstage/code/player/server/drivers/mixed/evolution/er1/er.cc,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** er.cc       20 Aug 2007 06:37:28 -0000      1.18
--- er.cc       23 Aug 2007 19:58:45 -0000      1.19
***************
*** 803,807 ****
                                               _axle_length;
  
!                 Publish(position_id, NULL, PLAYER_MSGTYPE_DATA, 
PLAYER_POSITION2D_DATA_STATE, &data, sizeof(data));
  //            PutData((unsigned char*)&data,sizeof(data),0,0);
  
--- 803,807 ----
                                               _axle_length;
  
!                 Publish(position_id, PLAYER_MSGTYPE_DATA, 
PLAYER_POSITION2D_DATA_STATE, &data, sizeof(data));
  //            PutData((unsigned char*)&data,sizeof(data),0,0);
  
***************
*** 817,821 ****
  
////////////////////////////////////////////////////////////////////////////////
  // Process an incoming message
! int ER::ProcessMessage(MessageQueue * resp_queue,
                                 player_msghdr * hdr,
                                 void * data)
--- 817,821 ----
  
////////////////////////////////////////////////////////////////////////////////
  // Process an incoming message
! int ER::ProcessMessage(QueuePointer &resp_queue,
                                 player_msghdr * hdr,
                                 void * data)

Index: er.h
===================================================================
RCS file: 
/cvsroot/playerstage/code/player/server/drivers/mixed/evolution/er1/er.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** er.h        1 Mar 2007 20:41:46 -0000       1.4
--- er.h        23 Aug 2007 19:58:45 -0000      1.5
***************
*** 108,112 ****
      
      // MessageHandler
!     virtual int ProcessMessage(MessageQueue * resp_queue,
                                 player_msghdr * hdr,
                                 void * data);
--- 108,112 ----
      
      // MessageHandler
!     virtual int ProcessMessage(QueuePointer &resp_queue,
                                 player_msghdr * hdr,
                                 void * data);


-------------------------------------------------------------------------
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