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/pjsip/include/pjsip/sip_errno.h

    r123 r127  
    141141/** 
    142142 * @hideinitializer 
     143 * General Invalid URI error. 
     144 */ 
     145#define PJSIP_EINVALIDURI       (PJSIP_ERRNO_START_PJSIP + 39)  /* 171039 */ 
     146/** 
     147 * @hideinitializer 
    143148 * Unsupported URL scheme. 
    144149 */ 
     
    348353 
    349354 
     355/************************************************************ 
     356 * UA AND DIALOG ERRORS 
     357 ***********************************************************/ 
     358/** 
     359 * @hideinitializer 
     360 * Missing From/To tag. 
     361 */ 
     362#define PJSIP_EMISSINGTAG        (PJSIP_ERRNO_START_PJSIP+120)  /* 171120 */ 
     363 
     364 
     365 
    350366PJ_END_DECL 
    351367 
Note: See TracChangeset for help on using the changeset viewer.