Some missing from merge.

Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
Salja 2012-08-05 14:54:07 +02:00 committed by Antz
parent ec939a5bce
commit f4be15a7af
1895 changed files with 160408 additions and 53601 deletions

View file

@ -3,6 +3,8 @@
/**
* @file Stack_Trace.h
*
* $Id: Stack_Trace.h 97426 2013-11-12 09:59:19Z johnnyw $
*
* @author Chris Cleeland (cleeland.ociweb.com)
*/
//=============================================================================
@ -23,8 +25,6 @@
# define ACE_STACK_TRACE_SYMBUFSIZ 4096
# endif
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
/**
* @class ACE_Stack_Trace
*
@ -102,8 +102,6 @@ private:
void generate_trace (ssize_t starting_frame_offset, size_t num_frames);
};
ACE_END_VERSIONED_NAMESPACE_DECL
#include /**/ "ace/post.h"
#endif /* ACE_STACK_TRACE_H */