Show
Ignore:
Timestamp:
05/05/08 07:12:19 (3 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/Cluster/Window/SortLast/OSGPipelineComposer.h

    r852 r1198  
    171171    /*! \{                                                                 */ 
    172172 
    173     virtual void open           (void            ); 
    174     virtual void startViewport  (ViewportPtr port); 
    175     virtual void composeViewport(ViewportPtr port); 
    176     virtual void close          (void            ); 
     173    virtual void open           (void          ); 
     174    virtual void startViewport  (Viewport *port); 
     175    virtual void composeViewport(Viewport *port); 
     176    virtual void close          (void          ); 
    177177     
    178178    /*! \}                                                                 */ 
     
    260260    template<class DepthT,class ColorT> 
    261261    void readBuffer(DepthT &depth,ColorT &color, 
    262                       ViewportPtr port); 
     262                    Viewport *port); 
    263263    template<class DepthT,class ColorT> 
    264264    void composeBuffer(DepthT &depth,ColorT &color);