Ignore:
Timestamp:
Sep 24, 2019 11:12:45 AM (5 years ago)
Author:
nanang
Message:

Close #2233: Changed enumeration approach in SWIG Java to type-unsafe enums.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/swig/java/sample.java

    r6036 r6075  
    3838         
    3939        @Override 
    40         public void notifyRegState(pjsip_status_code code, String reason, long expiration) {} 
     40        public void notifyRegState(int code, String reason, long expiration) {} 
    4141         
    4242        @Override 
Note: See TracChangeset for help on using the changeset viewer.