summaryrefslogtreecommitdiff
path: root/ace/Svc_Conf_Tokens.h
blob: 6fe46126fef86010b5f6fdfdc66b2f4909a0d1be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// $Id$
#ifndef BISON_SVC_CONF_TAB_H
# define BISON_SVC_CONF_TAB_H

# define	ACE_DYNAMIC	257
# define	ACE_STATIC	258
# define	ACE_SUSPEND	259
# define	ACE_RESUME	260
# define	ACE_REMOVE	261
# define	ACE_USTREAM	262
# define	ACE_MODULE_T	263
# define	ACE_STREAM_T	264
# define	ACE_SVC_OBJ_T	265
# define	ACE_ACTIVE	266
# define	ACE_INACTIVE	267
# define	ACE_PATHNAME	268
# define	ACE_IDENT	269
# define	ACE_STRING	270


#endif /* not BISON_SVC_CONF_TAB_H */