From 0fa17c01e1533d4718af11d3fbbad65b8ffc6bc4 Mon Sep 17 00:00:00 2001 From: Tristan Matthews <tristan.matthews@savoirfairelinux.com> Date: Wed, 22 Jun 2011 14:20:55 -0400 Subject: [PATCH] * #6253: remove external audioport from header, make all members private --- sflphone-common/src/call.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/sflphone-common/src/call.h b/sflphone-common/src/call.h index 62c488b3bb..568aedcb8d 100644 --- a/sflphone-common/src/call.h +++ b/sflphone-common/src/call.h @@ -246,7 +246,7 @@ class Call: public Recordable virtual bool setRecording (void); - protected: + private: /** Protect every attribute that can be changed by two threads */ ost::Mutex _callMutex; @@ -258,12 +258,6 @@ class Call: public Recordable /** Local audio port, as seen by me. */ unsigned int _localAudioPort; - /** Port assigned to my machine by the NAT, as seen by remote peer (he connects there) */ - unsigned int _localExternalAudioPort; - - - private: - /** Unique ID of the call */ CallID _id; -- GitLab