Diff of /trunk/indra/llcommon/lltimer.h
Parent Directory
|
Revision Log
|
Patch
| 172 |
void timeToFormattedString(time_t time, std::string format, std::string ×tr); |
void timeToFormattedString(time_t time, std::string format, std::string ×tr); |
| 173 |
void timeStructToFormattedString(struct tm * time, std::string format, std::string ×tr); |
void timeStructToFormattedString(struct tm * time, std::string format, std::string ×tr); |
| 174 |
|
|
| 175 |
|
// We have localized time support: |
| 176 |
|
#define LOCALIZED_TIME |
| 177 |
|
|
| 178 |
// class for scheduling a function to be called at a given frequency (approximate, inprecise) |
// class for scheduling a function to be called at a given frequency (approximate, inprecise) |
| 179 |
class LLEventTimer |
class LLEventTimer |
| 180 |
{ |
{ |
|
|
Legend:
| Removed from v.137 |
|
| changed lines |
| |
Added in v.138 |
|
|
