[Opalvoip-user] Updating code from an older to a newer OPAL version
Brought to you by:
csoutheren,
rjongbloed
|
From: Giovani G. <gio...@gm...> - 2014-04-08 16:14:55
|
Hello, I have a program originally written using OPAL 3.10. I am updating OPAL for the newest stable version: 3.14.0. As expected, the API changed. For example, I am using OpalConnection and got the following errors/warnings: mixer.cxx:60: warning: 'PString OpalConnection::GetRemotePartyAddress() const' is deprecated (declared at /usr/include/opal/connection.h:1713) mixer.cxx:63: error: 'class OpalConnection' has no member named 'SetRemotePartyAddress' mixer.cxx: In member function 'virtual void MixerEP::OnReleased(OpalConnection&)': mixer.cxx:97: warning: 'PString OpalConnection::GetRemotePartyAddress() const' is deprecated (declared at /usr/include/opal/connection.h:1713) Is there a document describing the changes between the versions and how to map an old method to a new method? For instance, what method should I use instead of GetRemotePartyAddress and SetRemotePartyAddress? Best regards, Giovani |