Show
Ignore:
Timestamp:
05/05/08 07:12:19 (5 months ago)
Author:
vossg
Message:

changed: interface cleanup, removed ptr typedefs, nullfc

these will be needed for the 1.x compat stuff

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/Action/RenderAction/OSGRenderAction.h

    r1177 r1198  
    135135    /*------------------------- your_category -------------------------------*/ 
    136136 
    137     ResultE recurceNoNodeCallbacks(const NodePtr node); 
     137    ResultE recurceNoNodeCallbacks(Node * const node); 
    138138 
    139139    /*------------------------- your_operators ------------------------------*/ 
     
    191191    /*------------------------- comparison ----------------------------------*/ 
    192192 
    193     void      overrideMaterial(      Material *pMaterial, 
    194                                const NodePtr  pNode    ); 
     193    void      overrideMaterial(Material *       pMaterial, 
     194                               Node     * const pNode    ); 
    195195 
    196196    Material *getMaterial     (      void               ); 
     
    428428//--------------------------------------------------------------------------- 
    429429 
    430 Action::ResultE MaterialDrawableRenderEnter(const NodeCorePtr &pCore, 
    431                                                   Action      *action); 
    432  
    433 Action::ResultE MaterialDrawableRenderLeave(const NodeCorePtr &pCore, 
    434                                                   Action      *action); 
     430Action::ResultE MaterialDrawableRenderEnter(NodeCore * const pCore, 
     431                                            Action   *       action); 
     432 
     433Action::ResultE MaterialDrawableRenderLeave(NodeCore * const pCore, 
     434                                            Action   *       action); 
    435435 
    436436OSG_END_NAMESPACE