Update of /cvsroot/playerstage/code/player/examples/plugins/exampledriver
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10464/player/examples/plugins/exampledriver
Modified Files:
exampledriver.cc
Log Message:
applied Toby's autopointer patches
Index: exampledriver.cc
===================================================================
RCS file:
/cvsroot/playerstage/code/player/examples/plugins/exampledriver/exampledriver.cc,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** exampledriver.cc 24 Aug 2005 21:42:43 -0000 1.11
--- exampledriver.cc 23 Aug 2007 19:58:41 -0000 1.12
***************
*** 53,57 ****
// This method will be invoked on each incoming message
! virtual int ProcessMessage(MessageQueue* resp_queue,
player_msghdr * hdr,
void * data);
--- 53,57 ----
// This method will be invoked on each incoming message
! virtual int ProcessMessage(QueuePointer &resp_queue,
player_msghdr * hdr,
void * data);
***************
*** 136,140 ****
}
! int ExampleDriver::ProcessMessage(MessageQueue* resp_queue,
player_msghdr * hdr,
void * data)
--- 136,140 ----
}
! int ExampleDriver::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