Changeset 10671 for OpenSceneGraph/trunk/src/osg/StateAttribute.cpp
- Timestamp:
- 10/22/09 12:33:16 (4 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/src/osg/StateAttribute.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osg/StateAttribute.cpp
r9354 r10671 43 43 44 44 45 void StateAttribute::setUpdateCallback( Callback* uc)45 void StateAttribute::setUpdateCallback(StateAttributeCallback* uc) 46 46 { 47 47 osg::notify(osg::INFO)<<"StateAttribute::Setting Update callbacks"<<std::endl; … … 70 70 } 71 71 72 void StateAttribute::setEventCallback( Callback* ec)72 void StateAttribute::setEventCallback(StateAttributeCallback* ec) 73 73 { 74 74 osg::notify(osg::INFO)<<"StateAttribute::Setting Event callbacks"<<std::endl;
