forked from hovergames/avalon
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
It looks like a simultaneously a non thread-safe singleton and aligning it with the paradigm PImpl.
avalon/avalon/platform/ios/payment/payment.mm
Lines 305 to 310 in 52ff1f0
| static IOSManager *manager = nullptr; | |
| if(!manager) | |
| { | |
| manager = new IOSManager(); | |
| } | |
| return manager; |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels