Switch to unified view

a/src/utils/smallut.h b/src/utils/smallut.h
...
...
14
 *   Free Software Foundation, Inc.,
14
 *   Free Software Foundation, Inc.,
15
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
15
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
16
 */
16
 */
17
#ifndef _SMALLUT_H_INCLUDED_
17
#ifndef _SMALLUT_H_INCLUDED_
18
#define _SMALLUT_H_INCLUDED_
18
#define _SMALLUT_H_INCLUDED_
19
/* @(#$Id: smallut.h,v 1.26 2007-02-08 17:05:12 dockes Exp $  (C) 2004 J.F.Dockes */
19
/* @(#$Id: smallut.h,v 1.27 2007-05-21 12:03:52 dockes Exp $  (C) 2004 J.F.Dockes */
20
#include <string>
20
#include <string>
21
#include <list>
21
#include <list>
22
#include <map>
22
#include <map>
23
23
24
#ifndef NO_NAMESPACES
24
#ifndef NO_NAMESPACES
...
...
101
 private:
101
 private:
102
  long  m_secs;
102
  long  m_secs;
103
  long  m_nsecs; 
103
  long  m_nsecs; 
104
};
104
};
105
105
106
#ifndef deleteZ
107
#define deleteZ(X) {delete X;X = 0;}
108
#endif
106
109
107
#endif /* _SMALLUT_H_INCLUDED_ */
110
#endif /* _SMALLUT_H_INCLUDED_ */