MCPcopy Create free account
hub / github.com/LibreVR/Revive / SharedInstance

Method SharedInstance

ReviveOverlay/oculusoauthtokencontroller.cpp:8–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6#include <QCoreApplication>
7
8COculusOauthTokenController *COculusOauthTokenController::SharedInstance()
9{
10 static COculusOauthTokenController *instance = nullptr;
11 if ( !instance )
12 {
13 instance = new COculusOauthTokenController();
14 }
15 return instance;
16}
17
18COculusOauthTokenController::COculusOauthTokenController()
19 : m_strAccessToken()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected