Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / ACE / ace / OS_Log_Msg_Attributes.inl
blobad56f72a51514e8e15c887223c436f99018718d9
1 // -*- C++ -*-
2 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
4 ACE_INLINE
5 ACE_OS_Log_Msg_Attributes::ACE_OS_Log_Msg_Attributes () :
6   ostream_ (0),
7   ostream_refcount_ (0),
8   priority_mask_ (0),
9   tracing_enabled_ (0),
10   restart_ (true),
11   trace_depth_ (0)
12 #if defined (ACE_HAS_WIN32_STRUCTURED_EXCEPTIONS)
13   , seh_except_selector_ (0),
14   seh_except_handler_ (0)
15 #endif /* ACE_HAS_WIN32_STRUCTURED_EXCEPTIONS */
19 ACE_END_VERSIONED_NAMESPACE_DECL