mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 13:08:08 +00:00
feat(core): add notes
This commit is contained in:
parent
54de6bb650
commit
fb312b1ae8
2 changed files with 3 additions and 1 deletions
|
|
@ -29,6 +29,7 @@ LINPHONE_BEGIN_NAMESPACE
|
|||
class AddressPrivate;
|
||||
|
||||
class LINPHONE_PUBLIC Address : public ClonableObject {
|
||||
// TODO: Remove me later.
|
||||
friend class CallSession;
|
||||
friend class ClientGroupChatRoom;
|
||||
|
||||
|
|
|
|||
|
|
@ -16,9 +16,10 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "content-type.h"
|
||||
#include "object/clonable-object-p.h"
|
||||
|
||||
#include "content-type.h"
|
||||
|
||||
// =============================================================================
|
||||
|
||||
using namespace std;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue