sipxtacklib  Version 3.3
nterrno.h
Go to the documentation of this file.
1 //
2 // Copyright (C) 2004-2006 SIPfoundry Inc.
3 // Licensed by SIPfoundry under the LGPL license.
4 //
5 // Copyright (C) 2004-2006 Pingtel Corp. All rights reserved.
6 // Licensed to SIPfoundry under a Contributor Agreement.
7 //
8 // $$
10 
11 #ifndef _WNT_NTERRNO_H_
12 #define _WNT_NTERRNO_H_
13 
14 #ifndef WINCE
15 # define EMSGSIZE 97 /* The message is too long. */
16 # define ECONNRESET 131 /* The connection was reset by the peer. */
17 # define ETIMEDOUT 145 /* The connection has timed out. */
18 # define ECONNREFUSED 146 /* The connection was refused. */
19 #endif
20 
21 #endif // _WNT_NTERRNO_H_

sipXtackLib home page