From 8bb2ecb06d7e994b4b5c94af831fb02c465ecb49 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Wed, 2 May 2007 11:29:37 +0000 Subject: PJSUA-LIB was ported to Symbian and added simple Symbian app. Testing follows git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1242 74dad513-b988-da41-8d7b-12977e46ad98 --- pjnath/include/pjnath/ice_session.h | 6 +++--- pjnath/include/pjnath/ice_strans.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'pjnath') diff --git a/pjnath/include/pjnath/ice_session.h b/pjnath/include/pjnath/ice_session.h index aaa07ae6..5084c318 100644 --- a/pjnath/include/pjnath/ice_session.h +++ b/pjnath/include/pjnath/ice_session.h @@ -16,8 +16,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef __PJNATH_ICE_SOCK_H__ -#define __PJNATH_ICE_SOCK_H__ +#ifndef __PJNATH_ICE_SESSION_H__ +#define __PJNATH_ICE_SESSION_H__ /** * @file ice_session.h @@ -750,5 +750,5 @@ PJ_DECL(pj_status_t) pj_ice_sess_on_rx_pkt(pj_ice_sess *ice, PJ_END_DECL -#endif /* __PJNATH_ICE_SOCK_H__ */ +#endif /* __PJNATH_ICE_SESSION_H__ */ diff --git a/pjnath/include/pjnath/ice_strans.h b/pjnath/include/pjnath/ice_strans.h index c145b277..ba9d669a 100644 --- a/pjnath/include/pjnath/ice_strans.h +++ b/pjnath/include/pjnath/ice_strans.h @@ -16,8 +16,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef __PJNATH_ICE_STREAM_TRANSPORT_H__ -#define __PJNATH_ICE_STREAM_TRANSPORT_H__ +#ifndef __PJNATH_ICE_STRANS_H__ +#define __PJNATH_ICE_STRANS_H__ /** @@ -587,5 +587,5 @@ PJ_END_DECL -#endif /* __PJNATH_ICE_STREAM_TRANSPORT_H__ */ +#endif /* __PJNATH_ICE_STRANS_H__ */ -- cgit v1.2.3