mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
feat(MainDb): hide MessageEventReferences struct
This commit is contained in:
parent
88fbd50b76
commit
24b2861eb9
2 changed files with 8 additions and 7 deletions
|
|
@ -29,13 +29,7 @@
|
|||
LINPHONE_BEGIN_NAMESPACE
|
||||
|
||||
class Content;
|
||||
|
||||
struct MessageEventReferences {
|
||||
long eventId;
|
||||
long localSipAddressId;
|
||||
long remoteSipAddressId;
|
||||
long chatRoomId;
|
||||
};
|
||||
struct MessageEventReferences;
|
||||
|
||||
class MainDbPrivate : public AbstractDbPrivate {
|
||||
public:
|
||||
|
|
|
|||
|
|
@ -42,6 +42,13 @@ using namespace std;
|
|||
|
||||
LINPHONE_BEGIN_NAMESPACE
|
||||
|
||||
struct MessageEventReferences {
|
||||
long eventId;
|
||||
long localSipAddressId;
|
||||
long remoteSipAddressId;
|
||||
long chatRoomId;
|
||||
};
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
MainDb::MainDb () : AbstractDb(*new MainDbPrivate) {}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue