| 41 | // * * * * * * * * * * * * * Static Member Functions * * * * * * * * * * * * // |
| 42 | |
| 43 | time_t Foam::clock::getTime() |
| 44 | { |
| 45 | return ::time(reinterpret_cast<time_t*>(0)); |
| 46 | } |
| 47 | |
| 48 | |
| 49 | const struct tm Foam::clock::rawDate() |
no outgoing calls
no test coverage detected