Skip to content

Commit

Permalink
kibalt? 30/12 13:50
Browse files Browse the repository at this point in the history
  • Loading branch information
yarintz33 committed Dec 31, 2021
1 parent 4ae0579 commit cf9226d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Server::Server(int port)throw (const char*) {
if(listen(socNum, 3)<0)
throw "listen failure";
}

//
void sigHandler(int sigNum){
cout<<"sidH"<<endl;
}
Expand Down

0 comments on commit cf9226d

Please sign in to comment.