OSDN Git Service

[dennco] integrated engine related changes from denncoCreator
[dennco/dennco.git] / Source / DNEngine.h
index 93977d2..afe809f 100644 (file)
@@ -52,7 +52,7 @@ public:
     bool        doClientSetRequest(const char* path, const char* value);
     bool        doClientSetRequest(const char* path, float value);
 
-    std::string getContentPath();
+    std::string getContainerRootPath();
     std::string getUIPath();
     
     bool        isValid() { return mValid; }