summaryrefslogtreecommitdiff
path: root/include/CModule.h
diff options
context:
space:
mode:
authorSung-jae Park <nicesj.park@samsung.com>2013-08-13 10:25:58 +0900
committerSung-jae Park <nicesj.park@samsung.com>2013-08-13 10:25:58 +0900
commit01c9f3ab3df21d80e3bfb4fa492e956041657c1c (patch)
tree225d4b4ed53b244c7f0f2b3d0438177f237b2836 /include/CModule.h
parent3d4662356e753853531c745e76bbddcb1a94a427 (diff)
downloadlivebox-cpp-01c9f3ab3df21d80e3bfb4fa492e956041657c1c.tar.gz
livebox-cpp-01c9f3ab3df21d80e3bfb4fa492e956041657c1c.tar.bz2
livebox-cpp-01c9f3ab3df21d80e3bfb4fa492e956041657c1c.zip
Change-Id: I643ca5a64d5e3d72db1bf94e6fbb0e931479b002
Diffstat (limited to 'include/CModule.h')
-rw-r--r--include/CModule.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/CModule.h b/include/CModule.h
index f7c66ac..2851257 100644
--- a/include/CModule.h
+++ b/include/CModule.h
@@ -37,11 +37,11 @@ public:
static CModule *Load(const char *pkgname);
int Unload(void);
- int Create(const char *filename, const char *content, const char *cluster, const char *category);
+ int Create(const char *id, const char *content, const char *cluster, const char *category);
int NeedToCreate(const char *cluster, const char *category);
int Destroy(CLiveBoxImpl *inst);
- CLiveBoxImpl *FindLiveBox(const char *filename);
+ CLiveBoxImpl *FindLiveBox(const char *id);
const char *PackageName(void) { return m_sPkgname; }
};