Loading include/utils/Singleton.h +2 −1 Original line number Diff line number Diff line Loading @@ -20,12 +20,13 @@ #include <stdint.h> #include <sys/types.h> #include <utils/threads.h> #include <cutils/compiler.h> namespace android { // --------------------------------------------------------------------------- template <typename TYPE> class Singleton class ANDROID_API Singleton { public: static TYPE& getInstance() { Loading Loading
include/utils/Singleton.h +2 −1 Original line number Diff line number Diff line Loading @@ -20,12 +20,13 @@ #include <stdint.h> #include <sys/types.h> #include <utils/threads.h> #include <cutils/compiler.h> namespace android { // --------------------------------------------------------------------------- template <typename TYPE> class Singleton class ANDROID_API Singleton { public: static TYPE& getInstance() { Loading