Commit 303a3714 authored by root's avatar root Committed by caidaojin

fix for conflict

parent 7d4b3c05
......@@ -62,6 +62,8 @@ class MongoContext;
class RetryPolicy;
class InputMessageBase;
class ThriftStub;
class CouchbaseChannel;
class CouchbaseDone;
namespace policy {
class OnServerStreamCreated;
void ProcessMongoRequest(InputMessageBase*);
......@@ -110,6 +112,8 @@ friend class CouchbaseDone;
friend class schan::Sender;
friend class schan::SubDone;
friend class policy::OnServerStreamCreated;
friend class CouchbaseChannel;
friend class CouchbaseDone;
friend int StreamCreate(StreamId*, Controller&, const StreamOptions*);
friend int StreamAccept(StreamId*, Controller&, const StreamOptions*);
friend void policy::ProcessMongoRequest(InputMessageBase*);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment