Update of /cvsroot/playerstage/code/player/utils/playerprop
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29342/utils/playerprop
Modified Files:
playerprop.cpp
Log Message:
added opaque interface
Index: playerprop.cpp
===================================================================
RCS file: /cvsroot/playerstage/code/player/utils/playerprop/playerprop.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** playerprop.cpp 14 Dec 2007 00:19:55 -0000 1.3
--- playerprop.cpp 28 Feb 2008 03:30:01 -0000 1.4
***************
*** 146,149 ****
--- 146,152 ----
deviceProxy = (ClientProxy*) new MapProxy (&client, devIndex);
break;
+ case PLAYER_OPAQUE_CODE:
+ deviceProxy = (OpaqueProxy*) new OpaqueProxy (&client,
devIndex);
+ break;
case PLAYER_PLANNER_CODE:
deviceProxy = (ClientProxy*) new PlannerProxy (&client,
devIndex);
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit