| Index: blimp/net/engine_connection_manager.h
|
| diff --git a/blimp/net/engine_connection_manager.h b/blimp/net/engine_connection_manager.h
|
| index c75fbca7c68d84d8b7bbd433bbd90313fe3cf83f..75fba7e14a8b8554a9bd39d78bde1266b2a86028 100644
|
| --- a/blimp/net/engine_connection_manager.h
|
| +++ b/blimp/net/engine_connection_manager.h
|
| @@ -17,6 +17,7 @@
|
|
|
| namespace blimp {
|
|
|
| +struct AssignmentOptions;
|
| class BlimpConnection;
|
| class BlimpTransport;
|
| class BlimpEngineTransport;
|
| @@ -39,7 +40,7 @@ class BLIMP_NET_EXPORT EngineConnectionManager {
|
| // Adds a transport and accepts new BlimpConnections from it as fast as they
|
| // arrive. The |ip_endpoint| will receive the actual port-number if the
|
| // provided one is not available for listening.
|
| - void ConnectTransport(net::IPEndPoint* ip_endpoint,
|
| + void ConnectTransport(AssignmentOptions* assignment_options,
|
| EngineTransportType transport_type);
|
|
|
| private:
|
|
|