Update coding convention
[apps/livebox/livebox-cpp.git] / include / CModule.h
index f7c66ac..2851257 100644 (file)
@@ -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; }
 };