All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
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 
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: