mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
Obsługa rozkładu jazdy przetłumaczona na C++.
This commit is contained in:
5
Logs.cpp
5
Logs.cpp
@@ -105,6 +105,11 @@ void WriteLog(const AnsiString &str, bool newline)
|
||||
WriteLog(str.c_str(), newline);
|
||||
};
|
||||
|
||||
void WriteLog(const std::string &str, bool newline)
|
||||
{ // Ra: wersja z AnsiString jest zamienna z Error()
|
||||
WriteLog(str.c_str(), newline);
|
||||
};
|
||||
|
||||
void CommLog(const char *str)
|
||||
{ // Ra: warunkowa rejestracja komunikatów
|
||||
WriteLog(str);
|
||||
|
||||
Reference in New Issue
Block a user