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/Cluster/Window/SortLast/OSGBinarySwapComposer.h

    r852 r1198  
    126126    /*! \{                                                                 */ 
    127127 
    128     virtual void open           (                ); 
    129     virtual void composeViewport(ViewportPtr port); 
    130     virtual void close          (void            ); 
     128    virtual void open           (              ); 
     129    virtual void composeViewport(Viewport *port); 
     130    virtual void close          (void          ); 
    131131     
    132132    /*! \}                                                                 */ 
     
    199199                         UInt32 colorType, 
    200200                         UInt32 colorFormat, 
    201                          ViewportPtr port); 
     201                         Viewport *port); 
    202202 
    203203    template<class DepthT,class ColorT> 
     
    219219                     UInt32 colorType, 
    220220                     UInt32 colorFormat, 
    221                      ViewportPtr port); 
     221                     Viewport *port); 
    222222 
    223223    TileBuffer *getTileBuffer(UInt32 x,UInt32 y);