mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
NetNode: More getters (thanks kropniczki)
git-svn-id: svn://ultimatepp.org/upp/trunk@4660 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
a45ac553b9
commit
c6385eb2b7
1 changed files with 6 additions and 2 deletions
|
|
@ -288,9 +288,13 @@ public:
|
|||
enum {
|
||||
UNKNOWN, NETWORK, GROUP, SERVER, SHARE
|
||||
};
|
||||
String GetName() const { return name; }
|
||||
String GetPath() const { return path; }
|
||||
String GetName() const { return name; }
|
||||
String GetPath() const { return path; }
|
||||
int GetDisplayType() const;
|
||||
String GetRemote() const { return remote; }
|
||||
String GetLocal() const { return local; }
|
||||
String GetProvider() const { return provider; }
|
||||
String GetComment() const { return comment; }
|
||||
Array<NetNode> Enum() const;
|
||||
|
||||
void Serialize(Stream& s);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue