Initial upload of upnp classes. WARNING non working
This commit is contained in:
parent
30c7bd7dd9
commit
bd7f3542f8
5 changed files with 716 additions and 0 deletions
10
src/zutil/network/upnp/UPnPService.java
Normal file
10
src/zutil/network/upnp/UPnPService.java
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
package zutil.network.upnp;
|
||||
|
||||
/**
|
||||
* Information about a UPNP Service
|
||||
*
|
||||
* @author Ziver
|
||||
*/
|
||||
public interface UPnPService {
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue