Update of /cvsroot/playerstage/code/player/server/drivers/base
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10464/player/server/drivers/base
Modified Files:
imagebase.cc imagebase.h
Log Message:
applied Toby's autopointer patches
Index: imagebase.h
===================================================================
RCS file: /cvsroot/playerstage/code/player/server/drivers/base/imagebase.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** imagebase.h 2 May 2006 10:26:27 -0000 1.1
--- imagebase.h 23 Aug 2007 19:58:42 -0000 1.2
***************
*** 73,77 ****
// Process incoming messages from clients
! int ProcessMessage (MessageQueue * resp_queue, player_msghdr *
hdr, void * data);
protected:
--- 73,77 ----
// Process incoming messages from clients
! int ProcessMessage (QueuePointer &resp_queue, player_msghdr *
hdr, void * data);
protected:
Index: imagebase.cc
===================================================================
RCS file: /cvsroot/playerstage/code/player/server/drivers/base/imagebase.cc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** imagebase.cc 2 May 2006 10:26:27 -0000 1.1
--- imagebase.cc 23 Aug 2007 19:58:42 -0000 1.2
***************
*** 109,113 ****
////////////////////////////////////////////////////////////////////////////////
// Process an incoming message
! int ImageBase::ProcessMessage (MessageQueue * resp_queue, player_msghdr *
hdr, void * data)
{
assert(hdr);
--- 109,113 ----
////////////////////////////////////////////////////////////////////////////////
// Process an incoming message
! int ImageBase::ProcessMessage (QueuePointer &resp_queue, player_msghdr * hdr,
void * data)
{
assert(hdr);
-------------------------------------------------------------------------
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