Update of /cvsroot/playerstage/code/player/client_libs/libplayerc++
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11860/client_libs/libplayerc++

Modified Files:
      Tag: b_thjc_dynamic_arrays
        speechproxy.cc 
Log Message:
dynamic array changes to drivers compile, still needs testing
added lots more .cvsignore settings for eclipse

Index: speechproxy.cc
===================================================================
RCS file: 
/cvsroot/playerstage/code/player/client_libs/libplayerc++/speechproxy.cc,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -C2 -d -r1.6 -r1.6.2.1
*** speechproxy.cc      10 Jul 2007 09:01:51 -0000      1.6
--- speechproxy.cc      19 Oct 2007 21:58:59 -0000      1.6.2.1
***************
*** 94,98 ****
  {
    scoped_lock_t lock(mPc->mMutex);
!   playerc_speech_say(mDevice, aStr.c_str());
  }
  
--- 94,101 ----
  {
    scoped_lock_t lock(mPc->mMutex);
!   char * str = strdup(aStr.c_str());
!   playerc_speech_say(mDevice, str);
!   free(str);
! 
  }
  


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