axmol/cocos/platform/android
oleg-akatsuki 511ee30b6e Move constructor from private to public
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.
2014-09-09 11:34:48 +09:00
..
ControllerManualAdapter Fixed bugs[Ouya controller]: 2014-07-17 11:09:08 +08:00
java fix compile error on android. 2014-09-04 11:04:50 +08:00
jni remove unneeded codes 2014-08-26 18:19:28 +08:00
Android.mk GLView Hook 2014-07-31 00:53:04 +08:00
CCApplication.cpp GLView Hook 2014-07-31 00:53:04 +08:00
CCApplication.h Squashed commit of the following: 2014-05-16 14:36:00 -07:00
CCCommon.cpp Squashed commit of the following: 2014-05-16 14:36:00 -07:00
CCDevice.cpp setKeepScreenOn method 2014-08-19 15:00:58 +04:00
CCFileUtilsAndroid.cpp Squashed commit of the following: 2014-05-16 14:36:00 -07:00
CCFileUtilsAndroid.h Move constructor from private to public 2014-09-09 11:34:48 +09:00
CCGL.h Squashed commit of the following: 2014-05-16 14:36:00 -07:00
CCGLViewImpl.cpp OpenGL context attributions setting revise -2 2014-08-22 16:22:16 +08:00
CCGLViewImpl.h OpenGL context attributions setting revise -2 2014-08-22 16:22:16 +08:00
CCPlatformDefine.h Squashed commit of the following: 2014-05-16 14:36:00 -07:00
CCStdC.h Squashed commit of the following: 2014-05-16 14:36:00 -07:00
javaactivity.cpp remove unneeded codes 2014-08-26 18:19:28 +08:00