CLOUD: Fix ConnectionManager singleton warning
This commit is contained in:
parent
bc77383545
commit
1dfa73b8f8
1 changed files with 4 additions and 1 deletions
|
@ -28,10 +28,13 @@
|
|||
#include "common/system.h"
|
||||
#include "common/timer.h"
|
||||
#include <curl/curl.h>
|
||||
using Common::Singleton;
|
||||
|
||||
namespace Common {
|
||||
|
||||
DECLARE_SINGLETON(Networking::ConnectionManager);
|
||||
|
||||
}
|
||||
|
||||
namespace Networking {
|
||||
|
||||
ConnectionManager::ConnectionManager(): _multi(0), _timerStarted(false) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue