Update of /cvsroot/playerstage/code/stage/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10533/stage/src
Modified Files:
Tag: release-2-0-patches
p_simulation.cc
Log Message:
changed property to prop in simulation interface
Index: p_simulation.cc
===================================================================
RCS file: /cvsroot/playerstage/code/stage/src/p_simulation.cc,v
retrieving revision 1.13
retrieving revision 1.13.2.1
diff -C2 -d -r1.13 -r1.13.2.1
*** p_simulation.cc 22 Mar 2006 08:46:29 -0000 1.13
--- p_simulation.cc 31 May 2006 22:21:18 -0000 1.13.2.1
***************
*** 204,208 ****
printf( "Stage: received request to set integer property:\n"
"\t\"%s\":\"%s\" to %d\n",
! req->name, req->property, req->value );
// look up the named model
--- 204,208 ----
printf( "Stage: received request to set integer property:\n"
"\t\"%s\":\"%s\" to %d\n",
! req->name, req->prop, req->value );
// look up the named model
***************
*** 214,219 ****
int ack =
stg_model_set_named_property_int( mod,
! req->property,
! req->property_count,
req->value );
--- 214,219 ----
int ack =
stg_model_set_named_property_int( mod,
! req->prop,
! req->prop_count,
req->value );
***************
*** 239,243 ****
printf( "Stage: received request to set floating-point property:\n"
"\t\"%s\":\"%s\" to %f\n",
! req->name, req->property, req->value );
// look up the named model
--- 239,243 ----
printf( "Stage: received request to set floating-point property:\n"
"\t\"%s\":\"%s\" to %f\n",
! req->name, req->prop, req->value );
// look up the named model
***************
*** 249,254 ****
int ack =
stg_model_set_named_property_double( mod,
! req->property,
! req->property_count,
req->value );
--- 249,254 ----
int ack =
stg_model_set_named_property_double( mod,
! req->prop,
! req->prop_count,
req->value );
-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit