Update of /cvsroot/playerstage/code/player/server/drivers/localization
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12915/server/drivers/localization
Modified Files:
fakelocalize.cc
Log Message:
fixes for VPATH build
Index: fakelocalize.cc
===================================================================
RCS file:
/cvsroot/playerstage/code/player/server/drivers/localization/fakelocalize.cc,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** fakelocalize.cc 21 Sep 2007 03:31:50 -0000 1.12
--- fakelocalize.cc 21 Sep 2007 15:46:36 -0000 1.13
***************
*** 244,248 ****
{
// we got a good reply so update our data
! assert(Reply->GetPayloadSize() == sizeof(cfg));
player_simulation_pose2d_req_t * resp =
reinterpret_cast<player_simulation_pose2d_req_t *> (Reply->GetPayload());
--- 244,248 ----
{
// we got a good reply so update our data
! assert(Reply->GetDataSize() == sizeof(cfg));
player_simulation_pose2d_req_t * resp =
reinterpret_cast<player_simulation_pose2d_req_t *> (Reply->GetPayload());
***************
*** 344,348 ****
if (Reply && Reply->GetHeader()->type == PLAYER_MSGTYPE_RESP_ACK)
{
! assert(Reply->GetPayloadSize() == sizeof(cfg));
player_simulation_pose2d_req_t * ans =
reinterpret_cast<player_simulation_pose2d_req_t *> (Reply->GetPayload());
--- 344,348 ----
if (Reply && Reply->GetHeader()->type == PLAYER_MSGTYPE_RESP_ACK)
{
! assert(Reply->GetDataSize() == sizeof(cfg));
player_simulation_pose2d_req_t * ans =
reinterpret_cast<player_simulation_pose2d_req_t *> (Reply->GetPayload());
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit