Changeset 1417 for pjproject/trunk/pjsip/include/pjsip-simple/evsub.h
- Timestamp:
- Aug 16, 2007 10:11:44 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsip-simple/evsub.h
r974 r1417 203 203 204 204 /** 205 * SUBSCRIBE method constant. @see pjsip_get_subscribe_method() 206 */ 207 PJ_DECL_DATA(const pjsip_method) pjsip_subscribe_method; 208 209 /** 210 * NOTIFY method constant. @see pjsip_get_notify_method() 211 */ 212 PJ_DECL_DATA(const pjsip_method) pjsip_notify_method; 213 214 /** 205 215 * SUBSCRIBE method constant. 206 216 */ 207 extern const pjsip_method pjsip_subscribe_method;217 PJ_DECL(const pjsip_method*) pjsip_get_subscribe_method(); 208 218 209 219 /** 210 220 * NOTIFY method constant. 211 221 */ 212 extern const pjsip_method pjsip_notify_method; 213 222 PJ_DECL(const pjsip_method*) pjsip_get_notify_method(); 214 223 215 224
Note: See TracChangeset
for help on using the changeset viewer.