Changeset 21008

Show
Ignore:
Timestamp:
01/16/08 21:20:25 (8 months ago)
Author:
patrick
Message:

Silence a Doxygen warning.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/modules/vapor/vpr/IO/Socket/SocketStream_t.h

    r21003 r21008  
    339339    * @since 2.1.9 
    340340    */ 
    341    void setCorkAllocStrategy(const NoPushAllocStrategy& s
    342    { 
    343       mSocketStreamImpl->setCorkAllocStrategy(s); 
     341   void setCorkAllocStrategy(const NoPushAllocStrategy& strategy
     342   { 
     343      mSocketStreamImpl->setCorkAllocStrategy(strategy); 
    344344   } 
    345345   //@}