소스 검색

Added namespace qualifiers, built on Windows7-Prox64 with MinGW (32- and 64-bit).

master
adeniz 3 년 전
부모
커밋
ee37106bc3
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      networking.cpp

+ 2
- 2
networking.cpp 파일 보기

@@ -368,7 +368,7 @@ WSADATA WSSTartData;

// Error description handling for humans.

string Networking::DescriptiveError(std::string Msg, int Errno) { // Form a descriptive error w/ errno.
std::string Networking::DescriptiveError(std::string Msg, int Errno) { // Form a descriptive error w/ errno.
std::string s = ""; // Message string.

switch(Errno) { // Assign the appropriate message.
@@ -1016,4 +1016,4 @@ int TCPHost::delimited_receive(char* bfr, int size, char delimiter) {
// End Platform Agnostic Stuff
////////////////////////////////////////////////////////////////////////////////

} // End namespace codedweller
} // End namespace codedweller

Loading…
취소
저장