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

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

Index: nd_plugin.cc
===================================================================
RCS file: 
/cvsroot/playerstage/code/player/server/drivers/position/nd/nd_plugin.cc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** nd_plugin.cc        9 Jul 2007 17:18:02 -0000       1.2
--- nd_plugin.cc        23 Aug 2007 19:58:47 -0000      1.3
***************
*** 183,187 ****
  
      // Process incoming messages from clients 
!     virtual int ProcessMessage(MessageQueue* resp_queue, 
                                 player_msghdr * hdr, 
                                 void * data);
--- 183,187 ----
  
      // Process incoming messages from clients 
!     virtual int ProcessMessage(QueuePointer &resp_queue, 
                                 player_msghdr * hdr, 
                                 void * data);
***************
*** 660,664 ****
      newdata.stall = 1;
  
!   this->Publish(NULL, &newhdr, &newdata);
  }
  
--- 660,664 ----
      newdata.stall = 1;
  
!   this->Publish(&newhdr, &newdata);
  }
  
***************
*** 850,854 ****
  
////////////////////////////////////////////////////////////////////////////////
  // Process an incoming message
! int ND::ProcessMessage(MessageQueue* resp_queue, 
                         player_msghdr * hdr, 
                         void * data)
--- 850,854 ----
  
////////////////////////////////////////////////////////////////////////////////
  // Process an incoming message
! int ND::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