Ignore:
Timestamp:
Feb 21, 2007 12:40:05 AM (17 years ago)
Author:
bennylp
Message:

Merged the ICE branch into the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib-util/include/pjlib-util.h

    r974 r992  
    3131#include <pjlib-util/resolver.h> 
    3232#include <pjlib-util/scanner.h> 
    33 #include <pjlib-util/stun.h> 
    3433#include <pjlib-util/xml.h> 
    3534 
     35/* New STUN */ 
     36#include <pjlib-util/stun_endpoint.h> 
     37#include <pjlib-util/stun_msg.h> 
     38#include <pjlib-util/stun_server.h> 
     39#include <pjlib-util/stun_transaction.h> 
     40 
     41/* Old STUN */ 
     42#include <pjlib-util/stun_simple.h> 
    3643 
    3744/** 
Note: See TracChangeset for help on using the changeset viewer.