瀏覽代碼

cleaned up namespace in snfLOGmgr

master
Pete McNeil 4 年之前
父節點
當前提交
272fb6e0f0
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      snfLOGmgr.cpp

+ 2
- 2
snfLOGmgr.cpp 查看文件

@@ -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.

Loading…
取消
儲存