Merge from development repository.
[controller.git] / opendaylight / sal / yang-prototype / sal / sal-binding-api / src / main / java / org / opendaylight / controller / sal / binding / api / BindingAwareBroker.java
index 4c1e6f7e1c338ce87da10d02022d15235f00d593..24f5b25a190b2e4d8d4876ee5eb9e9a5bd794eab 100644 (file)
@@ -160,8 +160,9 @@ public interface BindingAwareBroker {
      */\r
     public interface ProviderSession extends ConsumerSession {\r
 \r
-        void addImplementation(RpcService implementation);\r
+        void addRpcImplementation(RpcService implementation);\r
 \r
-        void removeImplementation(RpcService implementation);\r
+        void removeRpcImplementation(RpcService implementation);\r
     }\r
 }\r
+