diff options
| author | Tobias Spitzer | 2014-05-23 11:31:42 +0200 |
|---|---|---|
| committer | Tobias Spitzer | 2014-05-23 11:31:42 +0200 |
| commit | 5d24cdec4d239f473ee2359493ab47d1ef3273dd (patch) | |
| tree | 872bfaae8ef25df70f5d140fbf33df2a8dd5d9f8 /Dozentenmodul/src/gui/intro/Login_GUI.java | |
| parent | Bug: Fehler beim Download wirde behoben (diff) | |
| download | tutor-module-5d24cdec4d239f473ee2359493ab47d1ef3273dd.tar.gz tutor-module-5d24cdec4d239f473ee2359493ab47d1ef3273dd.tar.xz tutor-module-5d24cdec4d239f473ee2359493ab47d1ef3273dd.zip | |
Freigabe Mechanismus implementiert, nun sollte die notwendige Grundlage für die Syncronisation vorhanden sein.
Diffstat (limited to 'Dozentenmodul/src/gui/intro/Login_GUI.java')
| -rw-r--r-- | Dozentenmodul/src/gui/intro/Login_GUI.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Dozentenmodul/src/gui/intro/Login_GUI.java b/Dozentenmodul/src/gui/intro/Login_GUI.java index 34469617..5b4ecbd9 100644 --- a/Dozentenmodul/src/gui/intro/Login_GUI.java +++ b/Dozentenmodul/src/gui/intro/Login_GUI.java @@ -212,6 +212,7 @@ public class Login_GUI extends JFrame { //set connection to bwLehrpoolSuiteServer ThriftConnection bwthrift=new ThriftConnection(); server.Server.Client bwClient=bwthrift.getThriftConnection(); + System.out.println("Connection zu Satellit aufgebaut!"); models.Client.clientcon.setClient(bwClient); |
