Stun Server  Compliant with the latest RFCs including 5389, 5769, and 5780
discover the local host's own external IP address
testratelimiter.h
Go to the documentation of this file.
1 #include "commonincludes.hpp"
2 #include "unittest.h"
3 #include "ratelimiter.h"
4 
5 
6 
7 class CTestRateLimiter : public IUnitTest
8 {
9 public:
10  HRESULT Run();
11 
12 
13  HRESULT Test1();
14 
15  HRESULT Test2();
16 
17  UT_DECLARE_TEST_NAME("CTestRateLimiter");
18 };
19 
20 
21 
int32_t HRESULT
Definition: hresult.h:22
UT_DECLARE_TEST_NAME("CTestRateLimiter")