Procházet zdrojové kódy

cleaned up namespace in snfLOGmgr

master
Pete McNeil před 4 roky
rodič
revize
272fb6e0f0
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2
    2
      snfLOGmgr.cpp

+ 2
- 2
snfLOGmgr.cpp Zobrazit soubor

@@ -12,7 +12,7 @@
#include <sstream>
#include <iomanip>

using namespace std;
namespace cd = codedweller;

//// DiscLogger ////////////////////////////////////////////////////////////////

@@ -1765,7 +1765,7 @@ string& snfLOGmgr::Timestamp(string& s) {
return s; // return it.
}

RuntimeCheck LocalTimestampGoodTimestampLength("snfLOGmgr.cpp:LocalTimestamp snprintf(...) == CorrectTimestampLength");
cd::RuntimeCheck LocalTimestampGoodTimestampLength("snfLOGmgr.cpp:LocalTimestamp snprintf(...) == CorrectTimestampLength");

string snfLOGmgr::LocalTimestamp(time_t t) { // Convert time_t to a local timestamp s.
char TimestampBfr[16]; // Create a small buffer.

Načítá se…
Zrušit
Uložit