mirror of https://github.com/deavminet/dnetd.git
Added `.getname()` to fetch name from configurstion file
This commit is contained in:
parent
85c86ad3ba
commit
c06be5ae2b
|
@ -71,6 +71,11 @@ public final class DGeneralConfig
|
|||
{
|
||||
return addresses;
|
||||
}
|
||||
|
||||
public string getName()
|
||||
{
|
||||
return name;
|
||||
}
|
||||
}
|
||||
|
||||
public final class DLinkConfig
|
||||
|
|
Loading…
Reference in New Issue