Show
Ignore:
Timestamp:
02/20/08 04:37:42 (5 years ago)
Author:
frsyuki
Message:

lang/c/partty: proper error handling

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/c/partty/trunk/kazuhiki/network.h

    r6897 r6963  
    7171        } 
    7272 
     73        template <typename Address> 
     74        void AnyAddress(Address& a, uint16_t port) { 
     75                IMPL::ConvertAnyAddress(a, port); 
     76        } 
    7377} 
    7478