Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
lib
misc
trace.cc
Go to the documentation of this file.
1
/* trace.cc
2
*/
3
#include "
osl/misc/trace.h
"
4
#ifdef OSL_STATIC_INITIALIZER_TRACE
5
# include <iostream>
6
#endif
7
8
osl::misc::StaticInitializeTracer::
9
StaticInitializeTracer
(
const
char
*
10
#ifdef OSL_STATIC_INITIALIZER_TRACE
11
filename
12
#endif
13
)
14
{
15
#ifdef OSL_STATIC_INITIALIZER_TRACE
16
std::cerr <<
"init "
<< filename <<
"\n"
;
17
#endif
18
}
19
20
21
/* ------------------------------------------------------------------------- */
22
// ;;; Local Variables:
23
// ;;; mode:c++
24
// ;;; c-basic-offset:2
25
// ;;; End:
Generated on Sun Jul 21 2013 13:37:27 by
1.8.4