diff options
| author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2014-03-07 03:01:38 +0100 | 
|---|---|---|
| committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2014-03-07 03:01:38 +0100 | 
| commit | f4abfbcceb2b7e99d500da40e0c8bfabfec3e0f2 (patch) | |
| tree | e7905bd4069393a571aa9f12282bdebf33f2cb61 /shutdown | |
| parent | 5676f4fbfa1ebf42cab107e368e655bc459fe764 (diff) | |
StandaloneSession: implement missing HostName
(bzr r3695.4.50)
Diffstat (limited to 'shutdown')
| -rw-r--r-- | shutdown/StandaloneSession.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/shutdown/StandaloneSession.cpp b/shutdown/StandaloneSession.cpp index 206b233f7..0c64b9afe 100644 --- a/shutdown/StandaloneSession.cpp +++ b/shutdown/StandaloneSession.cpp @@ -38,6 +38,7 @@ public:  std::string RealName() const { return "Marco Trevisan"; }  std::string UserName() const { return "marco"; } + std::string HostName() const { return "tricky"; }  void LockScreen() { std::cout << "LockScreen" << std::endl; }  void Logout() { std::cout << "Logout" << std::endl; } | 
