DragonNest/Server/ServiceManager/DNBAM.cpp
2024-12-20 16:56:44 +08:00

28 lines
1.1 KiB
C++
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#include "stdafx.h"
#include "DNBAM.h"
#include "Log.h"
//#if defined(_KR)
//
//CDNBAM* g_pBAM = NULL;
//
//CDNBAM::CDNBAM(void)
//{
// ::CoInitialize(NULL);
//
// HRESULT hr = m_pObj.CreateInstance(__uuidof(DiagnosticListener));
// if (SUCCEEDED(hr)) g_Log.Log(L"BAM Success! \r\n");
// else g_Log.Log(L"BAM Fail! \r\n");
//}
//
//CDNBAM::~CDNBAM(void)
//{
// ::CoUninitialize();
//}
//
//void CDNBAM::CurrentConnections(WCHAR *pServerName, int nCount)
//{
// m_pObj->IncrementBy(pServerName, 5, nCount);
//}
//
//#endif // #if defined(_KR)