mirror of https://github.com/axmolengine/axmol.git
511ee30b6e
In my project I want to add extra functionality to FileUtils. For security reasons I make FileUtils function that can extract encoded data directly to memory without storing it on disk. So I am trying to use FileUtilsAndroid as base class, but it is impossible as constructor is hidden as private member. I offer to move constructor to either public or protected to make it possible to use FileUtilsAndroid as base class. Another way to solve the problem is to remove constructor as FileUtilsApple does not have a constructor. |
||
---|---|---|
.. | ||
ControllerManualAdapter | ||
java | ||
jni | ||
Android.mk | ||
CCApplication.cpp | ||
CCApplication.h | ||
CCCommon.cpp | ||
CCDevice.cpp | ||
CCFileUtilsAndroid.cpp | ||
CCFileUtilsAndroid.h | ||
CCGL.h | ||
CCGLViewImpl.cpp | ||
CCGLViewImpl.h | ||
CCPlatformDefine.h | ||
CCStdC.h | ||
javaactivity.cpp |