Turn ILttngAgentResponse into an abstract class
[deliverable/lttng-ust.git] / liblttng-ust-java-agent / java / lttng-ust-agent-common / org / lttng / ust / agent / client / ISessiondCommand.java
index 0b5a164433f075542942427016158b5d8eea77be..c7d4faf8c38a5c0848c7ac2784505ff6c04455e2 100644 (file)
@@ -58,5 +58,5 @@ interface ISessiondCommand {
         *            The agent on which to execute the command
         * @return If the command completed successfully or not
         */
-       public ILttngAgentResponse execute(AbstractLttngAgent<?> agent);
+       public LttngAgentResponse execute(AbstractLttngAgent<?> agent);
 }
\ No newline at end of file
This page took 0.02504 seconds and 5 git commands to generate.