#include <boost/shared_ptr.hpp>
#include <boost/enable_shared_from_this.hpp>
#include <asio.hpp>
#include <vector>
#include <string>
#include "ut_types.h"
#include "RealmBuddy.h"
#include "RealmGrowBuffer.h"
#include "RealmProtocol.h"
#include "tls_tunnel.h"
#include <sync/xp/lock.h>
#include <sync/xp/SynchronizedQueue.h>
Go to the source code of this file.
Classes | |
struct | PendingDocumentProperties |
class | RealmConnection |
Typedefs | |
typedef boost::shared_ptr < realm::protocolv1::UserJoinedPacket > | UserJoinedPacketPtr |
typedef boost::shared_ptr < RealmConnection > | ConnectionPtr |
typedef boost::shared_ptr<RealmConnection> ConnectionPtr |
typedef boost::shared_ptr<realm::protocolv1::UserJoinedPacket> UserJoinedPacketPtr |