Ignore:
Timestamp:
Aug 16, 2007 10:11:44 AM (17 years ago)
Author:
bennylp
Message:

Ticket #354: continuing work to port the Symbian libraries to .DSO format

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip-ua/sip_xfer.h

    r974 r1417  
    6262 
    6363 
    64 /** 
    65  * Declaration for REFER method constant. 
    66  */ 
    67 extern const pjsip_method pjsip_refer_method; 
     64/** Declaration for REFER method constant. */ 
     65PJ_DECL_DATA(const pjsip_method) pjsip_refer_method; 
     66 
     67/** Get REFER method constant */ 
     68PJ_DECL(const pjsip_method*) pjsip_get_refer_method(); 
    6869 
    6970 
Note: See TracChangeset for help on using the changeset viewer.