summaryrefslogtreecommitdiff
path: root/src/Context/InstallationContext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Context/InstallationContext.cpp')
-rwxr-xr-xsrc/Context/InstallationContext.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/Context/InstallationContext.cpp b/src/Context/InstallationContext.cpp
index c3d30a6..74fc46d 100755
--- a/src/Context/InstallationContext.cpp
+++ b/src/Context/InstallationContext.cpp
@@ -579,6 +579,19 @@ LiveboxInfo::GetIcon(void) const
}
result
+LiveboxInfo::SetName(const String& name)
+{
+ __name = name;
+ return E_SUCCESS;
+}
+
+const String&
+LiveboxInfo::GetName(void) const
+{
+ return __name;
+}
+
+result
LiveboxInfo::AddName(const String& language, const String& name)
{
result r = E_SUCCESS;