Ignore:
Timestamp:
Jan 30, 2006 6:40:05 PM (18 years ago)
Author:
bennylp
Message:

Finished implementation of UA layer (to be tested)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj++/pool.hpp

    r65 r127  
    124124 
    125125    // 
     126    // You can cast Pj_Pool to pj_pool_t* 
     127    // 
     128    operator pj_pool_t*() 
     129    { 
     130        return p_; 
     131    } 
     132 
     133    // 
    126134    // Get pjlib compatible pool object. 
    127135    // 
Note: See TracChangeset for help on using the changeset viewer.