nlocaltime.h File Reference

Go to the source code of this file.

Defines

#define n_localtime(m_time, tmpTime)


Detailed Description

Internally used hack to deal with different datetime format available in different operating systems
Note:
DO NOT USE out of NUS.

Definition in file nlocaltime.h.


Define Documentation

#define n_localtime ( m_time,
tmpTime   ) 

Value:

{ \
      if (!localtime_r(&tmpTime, const_cast<tm *>(&m_time))) { \
            NString msg; \
            NWarning::print() << \
                  msg.arg("Unable to obtain current date/time: %s", nerror(errno));\
      } \
}

Definition at line 55 of file nlocaltime.h.


Generated on Wed Mar 5 23:10:36 2008 for NemesisUtilitiesSystem by  doxygen 1.5.4