Revision: 412897bc5f4b
Author: Patrick Hartling <patrick....@gmail.com>
Date: Sun Mar 11 12:08:50 2012
Log: Inlined virtual methods make no sense.
http://code.google.com/p/vrjuggler/source/detail?r=412897bc5f4b
Revision: 294da5dbbacd
Author: Patrick Hartling <patrick....@gmail.com>
Date: Sun Mar 11 12:12:24 2012
Log: Use C++ casts.
http://code.google.com/p/vrjuggler/source/detail?r=294da5dbbacd
Revision: 1c3664f54a99
Author: Patrick Hartling <patrick....@gmail.com>
Date: Sun Mar 11 12:19:05 2012
Log: Prevent copying of vpr::Object{Reader,Writer}....
http://code.google.com/p/vrjuggler/source/detail?r=1c3664f54a99
==============================================================================
Revision: 412897bc5f4b
Author: Patrick Hartling <patrick....@gmail.com>
Date: Sun Mar 11 12:08:50 2012
Log: Inlined virtual methods make no sense.
http://code.google.com/p/vrjuggler/source/detail?r=412897bc5f4b
Modified:
/modules/vapor/vpr/IO/BufferObjectReader.cpp
/modules/vapor/vpr/IO/BufferObjectReader.h
/modules/vapor/vpr/IO/BufferObjectWriter.cpp
/modules/vapor/vpr/IO/BufferObjectWriter.h
==============================================================================
Revision: 294da5dbbacd
Author: Patrick Hartling <patrick....@gmail.com>
Date: Sun Mar 11 12:12:24 2012
Log: Use C++ casts.
http://code.google.com/p/vrjuggler/source/detail?r=294da5dbbacd
Modified:
/modules/vapor/vpr/IO/BufferObjectReader.cpp
/modules/vapor/vpr/IO/BufferObjectWriter.cpp
==============================================================================
Revision: 1c3664f54a99
Author: Patrick Hartling <patrick....@gmail.com>
Date: Sun Mar 11 12:19:05 2012
Log: Prevent copying of vpr::Object{Reader,Writer}.
These are abstract types, and copying an instance could lead to type
slicing. vpr::BufferObjectWriter already had some prevention of
copying in place, but it makes more sense in the base classes.
Bump the version to 2.3.5.
http://code.google.com/p/vrjuggler/source/detail?r=1c3664f54a99
Modified:
/modules/vapor/ChangeLog
/modules/vapor/VERSION
/modules/vapor/vpr/IO/BufferObjectWriter.h
/modules/vapor/vpr/IO/ObjectReader.h
/modules/vapor/vpr/IO/ObjectWriter.h