Update of /cvsroot/playerstage/code/player/utils/playerprop
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24692/utils/playerprop

Modified Files:
        playerprop.cpp 
Log Message:
fixed provides parsing in driver examples
serial stream fixes
added mapping capability to nav200 driver, and other bug fixes
added vectormap to playerprop utility


Index: playerprop.cpp
===================================================================
RCS file: /cvsroot/playerstage/code/player/utils/playerprop/playerprop.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** playerprop.cpp      19 Sep 2007 23:43:44 -0000      1.2
--- playerprop.cpp      14 Dec 2007 00:19:55 -0000      1.3
***************
*** 173,176 ****
--- 173,179 ----
                deviceProxy = (ClientProxy*) new SpeechProxy (&client, 
devIndex);
                break;
+       case PLAYER_VECTORMAP_CODE:
+               deviceProxy = (ClientProxy*) new VectorMapProxy (&client, 
devIndex);
+               break;
        default:
                cout << "Unknown interface " << device << endl;


-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to