Fixed YANG - GetAsyncReply
[openflowjava.git] / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / connection / ConnectionFacade.java
1 /* Copyright (C)2013 Pantheon Technologies, s.r.o. All rights reserved. */\r
2 package org.opendaylight.openflowjava.protocol.impl.connection;\r
3 \r
4 import org.opendaylight.openflowjava.protocol.api.connection.ConnectionAdapter;\r
5 \r
6 /**\r
7  * @author michal.polkorab\r
8  *\r
9  */\r
10 public interface ConnectionFacade extends MessageConsumer, ConnectionAdapter {\r
11 \r
12  // empty unifying superinterface\r
13 }\r