Skip to content

Commit c947828

Browse files
authored
PRIVATE->private and PROTECTED->protected updates in Svc/ComLogger (nasa#3446) (nasa#3661)
1 parent b594dac commit c947828

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Svc/ComLogger/ComLogger.hpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ namespace Svc {
2222
class ComLogger final :
2323
public ComLoggerComponentBase
2424
{
25+
friend class ComLoggerTester;
26+
2527
// ----------------------------------------------------------------------
2628
// Construction, initialization, and destruction
2729
// ----------------------------------------------------------------------
@@ -56,7 +58,7 @@ namespace Svc {
5658
// Handler implementations
5759
// ----------------------------------------------------------------------
5860

59-
PRIVATE:
61+
private:
6062

6163
void comIn_handler(
6264
FwIndexType portNum,

0 commit comments

Comments
 (0)