Ignore:
Timestamp:
Jul 25, 2008 10:45:34 AM (16 years ago)
Author:
bennylp
Message:

Fixed linking errors in pjnath when TCP is disabled in PJLIB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/activesock.h

    r2039 r2177  
    414414                                          int addr_len); 
    415415 
     416#if PJ_HAS_TCP 
    416417/** 
    417418 * Starts asynchronous socket accept() operations on this active socket.  
     
    458459                                                 int addr_len); 
    459460 
     461#endif  /* PJ_HAS_TCP */ 
    460462 
    461463/** 
Note: See TracChangeset for help on using the changeset viewer.