We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b594dac commit c947828Copy full SHA for c947828
Svc/ComLogger/ComLogger.hpp
@@ -22,6 +22,8 @@ namespace Svc {
22
class ComLogger final :
23
public ComLoggerComponentBase
24
{
25
+ friend class ComLoggerTester;
26
+
27
// ----------------------------------------------------------------------
28
// Construction, initialization, and destruction
29
@@ -56,7 +58,7 @@ namespace Svc {
56
58
// Handler implementations
57
59
60
- PRIVATE:
61
+ private:
62
63
void comIn_handler(
64
FwIndexType portNum,
0 commit comments