You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by jm...@apache.org on 2016/07/17 22:28:36 UTC

[08/19] incubator-guacamole-client git commit: GUACAMOLE-5: ActiveConnections should be Shareable, to allow sharing links to be generated based on a SharingProfile.

GUACAMOLE-5: ActiveConnections should be Shareable, to allow sharing links to be generated based on a SharingProfile.

Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/0a0b5000
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/0a0b5000
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/diff/0a0b5000

Branch: refs/heads/master
Commit: 0a0b5000bf5bf44b62ac64b03e10d4eb0bb9b51e
Parents: e687ed0
Author: Michael Jumper <mj...@apache.org>
Authored: Fri Jul 15 13:01:59 2016 -0700
Committer: Michael Jumper <mj...@apache.org>
Committed: Sat Jul 16 11:42:47 2016 -0700

----------------------------------------------------------------------
 .../main/java/org/apache/guacamole/net/auth/ActiveConnection.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/blob/0a0b5000/guacamole-ext/src/main/java/org/apache/guacamole/net/auth/ActiveConnection.java
----------------------------------------------------------------------
diff --git a/guacamole-ext/src/main/java/org/apache/guacamole/net/auth/ActiveConnection.java b/guacamole-ext/src/main/java/org/apache/guacamole/net/auth/ActiveConnection.java
index 54472a5..6f33600 100644
--- a/guacamole-ext/src/main/java/org/apache/guacamole/net/auth/ActiveConnection.java
+++ b/guacamole-ext/src/main/java/org/apache/guacamole/net/auth/ActiveConnection.java
@@ -28,7 +28,7 @@ import org.apache.guacamole.net.GuacamoleTunnel;
  *
  * @author Michael Jumper
  */
-public interface ActiveConnection extends Identifiable {
+public interface ActiveConnection extends Identifiable, Shareable<SharingProfile> {
 
     /**
      * Returns the identifier of the connection being actively used. Unlike the