Skip to content

Commit

Permalink
Update Pipe.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
PHZ76 committed Jan 27, 2022
1 parent f689f9f commit 9e04b81
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/net/Pipe.cpp
Expand Up @@ -14,6 +14,11 @@ Pipe::Pipe()

}

Pipe::~Pipe()
{
Close();
}

bool Pipe::Create()
{
#if defined(WIN32) || defined(_WIN32)
Expand Down

0 comments on commit 9e04b81

Please sign in to comment.