axmol/cocos/platform
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
..
android Move constructor from private to public 2014-09-09 11:34:48 +09:00
apple Adds `std::nothrow` to `new` 2014-08-27 16:31:57 -07:00
desktop Update CCGLViewImpl.cpp 2014-09-02 11:13:30 +08:00
ios Merge branch 'v3' into mergeExtensionEditBox 2014-09-01 15:26:25 +08:00
linux OpenGL context attributions setting revise -2 2014-08-22 16:22:16 +08:00
mac Adds MARK: TODO: FIXME: in code 2014-08-29 12:54:24 -07:00
win32 fix: win32 cpp-tests sometimes cannot display font correctly 2014-09-03 11:34:40 +08:00
winrt fix wp8 compile error and modify default resource path 2014-09-05 11:21:08 +08:00
wp8 merge v3 into v3_wp8glviewhookpr 2014-08-04 16:49:42 +08:00
wp8-xaml fix winrt complie error 2014-08-07 18:38:11 +08:00
CCApplicationProtocol.h OpenGL context attributions setting revise -2 2014-08-22 16:22:16 +08:00
CCCommon.h Squashed commit of the following: 2014-05-16 14:36:00 -07:00
CCDevice.h setKeepScreenOn method 2014-08-19 15:00:58 +04:00
CCFileUtils.cpp Adds MARK: TODO: FIXME: in code 2014-08-29 12:54:24 -07:00
CCFileUtils.h add 2014-07-29 17:06:43 +08:00
CCGLView.cpp getAllTouches() in GLView 2014-09-03 23:25:30 +04:00
CCGLView.h getAllTouches() in GLView 2014-09-03 23:25:30 +04:00
CCImage.cpp fix compiling error on android and fix some coding style 2014-08-21 15:41:05 +08:00
CCImage.h use macro to control whether to use jpeg, tiff, webp or not 2014-08-21 15:19:26 +08:00
CCSAXParser.cpp Squashed commit of the following: 2014-05-16 14:36:00 -07:00
CCSAXParser.h Squashed commit of the following: 2014-05-16 14:36:00 -07:00
CCThread.cpp Squashed commit of the following: 2014-05-16 14:36:00 -07:00
CCThread.h remove unneeded includes 2014-08-29 15:39:52 +08:00