#include <WSAStartupSingleton.h>
Public Member Functions | |
| WSAStartupSingleton () | |
| ~WSAStartupSingleton () | |
Static Public Member Functions | |
| static void | AddRef (void) |
| static void | Deref (void) |
Static Protected Attributes | |
| static int | refCount = 0 |
Definition at line 4 of file WSAStartupSingleton.h.
| WSAStartupSingleton::WSAStartupSingleton | ( | ) |
Definition at line 14 of file WSAStartupSingleton.cpp.
| WSAStartupSingleton::~WSAStartupSingleton | ( | ) |
Definition at line 15 of file WSAStartupSingleton.cpp.
| void WSAStartupSingleton::AddRef | ( | void | ) | [static] |
| void WSAStartupSingleton::Deref | ( | void | ) | [static] |
int WSAStartupSingleton::refCount = 0 [static, protected] |
Definition at line 13 of file WSAStartupSingleton.h.
1.7.1