Statistics
| Revision:

svn-gvsig-desktop / tags / v1_0_2_Build_910 / libraries / libjni-ecw / include / NCSTimeStamp.h @ 47796

History | View | Annotate | Download (1.03 KB)

1
/********************************************************
2
** Copyright 1999 Earth Resource Mapping Ltd.
3
** This document contains proprietary source code of
4
** Earth Resource Mapping Ltd, and can only be used under
5
** one of the three licenses as described in the 
6
** license.txt file supplied with this distribution. 
7
** See separate license.txt file for license details 
8
** and conditions.
9
**
10
** This software is covered by US patent #6,442,298,
11
** #6,102,897 and #6,633,688.  Rights to use these patents 
12
** is included in the license agreements.
13
**
14
** FILE:           NCSTimeStamp.h
15
** CREATED:        Thu Feb 25 09:19:00 WST 1999
16
** AUTHOR:         Simon Cope
17
** PURPOSE:        NCS Memory handling routines.
18
** EDITS:
19
 *******************************************************/
20

    
21
#ifndef NCSTIMESTAMP_H
22
#define NCSTIMESTAMP_H
23

    
24
#ifdef __cplusplus
25
extern "C" {
26
#endif
27

    
28
#ifndef NCSTYPES_H
29
#include "NCSTypes.h"
30
#endif
31

    
32
#ifdef WIN32
33

    
34
#include <mmsystem.h>
35

    
36
#endif /* WIN32 */
37

    
38
extern NCSTimeStampMs NCSGetTimeStampMs(void);
39

    
40
#ifdef __cplusplus
41
}
42
#endif
43

    
44
#endif /* NCSTIMESTAMP_H */