summaryrefslogtreecommitdiff
path: root/pjnath/include
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-04-02 18:00:45 +0000
committerBenny Prijono <bennylp@teluu.com>2007-04-02 18:00:45 +0000
commit95fd29d51de71c2a861925be5227fa4a32bcaf3f (patch)
tree42fb98d0f09f52219e3dfa2299ddecaaa3749704 /pjnath/include
parent85418341645e51f9c0a770eb4cd22e33fcb59cc0 (diff)
Enable all tests in pjnath-test
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1129 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjnath/include')
-rw-r--r--pjnath/include/pjnath/ice_session.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/pjnath/include/pjnath/ice_session.h b/pjnath/include/pjnath/ice_session.h
index 36ad1b27..14b9e3d3 100644
--- a/pjnath/include/pjnath/ice_session.h
+++ b/pjnath/include/pjnath/ice_session.h
@@ -606,9 +606,6 @@ PJ_DECL(pj_status_t) pj_ice_sess_add_cand(pj_ice_sess *ice,
int addr_len,
unsigned *p_cand_id);
-#if 0
-/* Temporarily disabled to reduce size, since we don't need this yet */
-
/**
* Find default candidate for the specified component ID, using this
* rule:
@@ -626,7 +623,6 @@ PJ_DECL(pj_status_t) pj_ice_sess_add_cand(pj_ice_sess *ice,
PJ_DECL(pj_status_t) pj_ice_sess_find_default_cand(pj_ice_sess *ice,
unsigned comp_id,
int *p_cand_id);
-#endif
/**
* Pair the local and remote candidates to create check list. Application