~ubuntu-branches/debian/experimental/openscenegraph/experimental

« back to all changes in this revision

Viewing changes to OpenSceneGraph/src/osgWrappers/osgAnimation/TimelineAnimationManager.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Alberto Luaces
  • Date: 2010-05-03 21:42:01 UTC
  • mfrom: (1.1.9 upstream) (2.1.11 sid)
  • Revision ID: james.westby@ubuntu.com-20100503214201-iy060qxb94vsfv87
Tags: 2.8.3-3
* Added README.source. Thanks Manuel Montecelo.
* Removed FindGDAL.cmake file supplied by upstream since it does not
  detect current libgdal1-1.6.0. The script provided by CMake works
  fine.
* Removed openthreads-doc since OpenThreads documentation is shared with
  OpenSceneGraph's, hence this package was empty.
* Now ccache handling is being done automatically by CMake.
* Drop conflict dependencies with previous versions to let them coexist
  with current ones (Closes: #580079 #580081).

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
                  __osg_Object_P1__cloneType,
33
33
                  "Clone the type of an object, with Object* return type. ",
34
34
                  "Must be defined by derived classes. ");
35
 
        I_Method1(osg::Object *, clone, IN, const osg::CopyOp &, x,
 
35
        I_Method1(osg::Object *, clone, IN, const osg::CopyOp &, copyop,
36
36
                  Properties::VIRTUAL,
37
37
                  __osg_Object_P1__clone__C5_osg_CopyOp_R1,
38
38
                  "Clone an object, with Object* return type. ",