summaryrefslogtreecommitdiff
path: root/ace/OS_Log_Msg_Attributes.inl
blob: e44d1b08a276bafb0da3677097fd67fa2513c532 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// -*- C++ -*-
//
// $Id$

ACE_BEGIN_VERSIONED_NAMESPACE_DECL

ACE_INLINE
ACE_OS_Log_Msg_Attributes::ACE_OS_Log_Msg_Attributes (void) :
  ostream_ (0),
  ostream_refcount_ (0),
  priority_mask_ (0),
  tracing_enabled_ (0),
  restart_ (true),
  trace_depth_ (0)
#   if defined (ACE_HAS_WIN32_STRUCTURAL_EXCEPTIONS)
  , seh_except_selector_ (0),
  seh_except_handler_ (0)
#   endif /* ACE_HAS_WIN32_STRUCTURAL_EXCEPTIONS */
{
}

ACE_END_VERSIONED_NAMESPACE_DECL