summaryrefslogtreecommitdiff
path: root/ace/Svc_Conf_Tokens.h
blob: 14a41622c1de63d509777fb0a8446f88ae3102f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// $Id$
#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