Update for new context APIs
[lttng-ust-java-tests.git] / lttng-ust-java-tests-common / src / test / java / org / lttng / ust / agent / integration / client / TcpClientDebugListener.java
index 703e0e3ba3e2f54a645e567019b29d33e571a706..1b6ce47bd55cfde6ea814264ee3d5abc9c3e721f 100644 (file)
@@ -48,6 +48,18 @@ public class TcpClientDebugListener implements ILttngTcpClientListener {
         return true;
     }
 
+    @Override
+    public boolean appContextDisabled(String contextRetrieverName, String contextName) {
+        // TODO NYI
+        return false;
+    }
+
+    @Override
+    public boolean appContextEnabled(String contextRetrieverName, String contextName) {
+        // TODO NYI
+        return false;
+    }
+
     /**
      * Not yet implemented
      */
This page took 0.023208 seconds and 4 git commands to generate.