#include <LinkUtility.h>
Definition at line 123 of file LinkUtility.h.
◆ RecentIcon()
| RecentIcon::RecentIcon |
( |
TextTemplate * | pSource, |
|
|
int | nRecentHour ) |
Definition at line 385 of file LinkUtility.cpp.
389{
390 time_t tNow = time(
NULL);
391 tNow -= nRecentHour * 60 * 60;
393
394 if (pSource) {
395 __pNew = pSource->atP(L
"_NEW");
396 __pOld = pSource->atP(L
"_OLD");
397 }
398}
◆ assign()
Definition at line 400 of file LinkUtility.cpp.
404{
407 pDest->assign(L
"_RECENT", *
__pNew);
408 }
409 else {
411 pDest->assign(L
"_RECENT", *
__pOld);
412 }
413}
◆ __dtBase
◆ __pNew
◆ __pOld
The documentation for this class was generated from the following files: