Statistics
| Revision:

svn-gvsig-desktop / tags / v1_0_RELEASE / libraries / libjni-ecw / include / NCSServerState.h @ 40994

History | View | Annotate | Download (971 Bytes)

1 3538 nacho
/********************************************************
2
** Copyright 2000 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:           NCSUtil\NCSServerState.h
15
** CREATED:        06Jul00
16
** AUTHOR:         Nicholas Yue
17
** PURPOSE:        Determines the state of the server
18
** EDITS:
19
 *******************************************************/
20
21
#ifdef __cplusplus
22
extern "C" {
23
#endif
24
25
#ifndef SERVERSTATE_H
26
#define SERVERSTATE_H
27
28
extern NCSError  NCSIsWebServerRunning(DWORD nServerID,BOOLEAN *bServerRunning);
29
30
#endif // SERVERSTATE_H
31
32
#ifdef __cplusplus
33
}
34
#endif