Pārlūkot izejas kodu

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

master
adeniz pirms 3 gadiem
vecāks
revīzija
ee37106bc3
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2
    2
      networking.cpp

+ 2
- 2
networking.cpp Parādīt failu



// Error description handling for humans. // 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. std::string s = ""; // Message string.


switch(Errno) { // Assign the appropriate message. switch(Errno) { // Assign the appropriate message.
// End Platform Agnostic Stuff // End Platform Agnostic Stuff
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////


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

Notiek ielāde…
Atcelt
Saglabāt