summaryrefslogtreecommitdiff
path: root/ACE/TAO/TAO_IDL/contrib/mcpp/mcpp_out.h
blob: f40dcdccb8a7cc9e4a19546e514e5406a31efec8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* $Id$ mcpp_out.h: declarations of OUTDEST data types for MCPP  */
#ifndef _MCPP_OUT_H
#define _MCPP_OUT_H

#ifdef OUT
#undef OUT
#endif

/* Choices for output destination */
enum OUTDEST {
    OUT,                        /* ~= fp_out    */
    ERR,                        /* ~= fp_err    */
    DBG,                        /* ~= fp_debug  */
    NUM_OUTDEST
};

#endif  /* _MCPP_OUT_H  */