Skip to content
Snippets Groups Projects
Commit e370bec1 authored by ismcarb's avatar ismcarb
Browse files

VERSION BUENISIMA BUENONA

parent b7cfb04b
No related branches found
No related tags found
No related merge requests found
......@@ -4,15 +4,9 @@
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="0c5e7f40-d6e0-4cdf-8175-c288dac24af5" name="Changes" comment="ip's">
<list default="true" id="0c5e7f40-d6e0-4cdf-8175-c288dac24af5" name="Changes" comment="nombres de hosts">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/spotify/media/Globals.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/spotify/media/Globals.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/spotify/rmi/client/stream/unit/ContinuousReadL.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/spotify/rmi/client/stream/unit/ContinuousReadL.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/spotify/rmi/client/stream/unit/PlayList.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/spotify/rmi/client/stream/unit/PlayList.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/spotify/rmi/client/stream/unit/PlayRandomSong.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/spotify/rmi/client/stream/unit/PlayRandomSong.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/spotify/rmi/client/stream/unit/PlaySong.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/spotify/rmi/client/stream/unit/PlaySong.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/spotify/rmi/client/stream/unit/PrimerasOperaciones.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/spotify/rmi/client/stream/unit/PrimerasOperaciones.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/spotify/rmi/client/stream/unit/SegundasOperaciones.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/spotify/rmi/client/stream/unit/SegundasOperaciones.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/mp3files/destination/AmigaMia.mp3" beforeDir="false" afterPath="$PROJECT_DIR$/mp3files/destination/AmigaMia.mp3" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/spotify/rmi/server/Launcher.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/spotify/rmi/server/Launcher.java" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
......@@ -115,7 +109,7 @@
<workItem from="1716300799328" duration="6999000" />
<workItem from="1716309405427" duration="3744000" />
<workItem from="1716376204050" duration="3565000" />
<workItem from="1716384955891" duration="7003000" />
<workItem from="1716384955891" duration="7363000" />
</task>
<task id="LOCAL-00001" summary="l">
<option name="closed" value="true" />
......@@ -213,7 +207,15 @@
<option name="project" value="LOCAL" />
<updated>1716390936981</updated>
</task>
<option name="localTasksCounter" value="13" />
<task id="LOCAL-00013" summary="nombres de hosts">
<option name="closed" value="true" />
<created>1716392224001</created>
<option name="number" value="00013" />
<option name="presentableId" value="LOCAL-00013" />
<option name="project" value="LOCAL" />
<updated>1716392224001</updated>
</task>
<option name="localTasksCounter" value="14" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
......@@ -243,6 +245,7 @@
<MESSAGE value="workspace" />
<MESSAGE value="Cambios y covers" />
<MESSAGE value="ip's" />
<option name="LAST_COMMIT_MESSAGE" value="ip's" />
<MESSAGE value="nombres de hosts" />
<option name="LAST_COMMIT_MESSAGE" value="nombres de hosts" />
</component>
</project>
\ No newline at end of file
No preview for this file type
......@@ -16,10 +16,8 @@ public class Launcher {
System.setProperty("java.rmi.server.hostname",Globals.server_host);
// Mapa para almacenar información relacionada con las sesiones de los clientes
MultiMap<String, String> mapa = new MultiMap();
// ConcurrentHashMap para almacenar datos de inicio de sesión
ConcurrentHashMap<String, String> datosLog = new ConcurrentHashMap<>();
datosLog.put("hector","1234");
datosLog.put("sdis","asdf");
......@@ -88,7 +86,4 @@ public class Launcher {
}
}
public void completeData(HashMap<String, Media> DIRECTORIO, MultiMap<String, String> mapa){
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment