source: XMLIO_V2/trunk/src/XMLIO/stdout_indent.cpp @ 68

Last change on this file since 68 was 68, checked in by ymipsl, 14 years ago

ajout trunk xmlioserver
YM

  • Property svn:eol-style set to native
File size: 265 bytes
Line 
1#include "xmlio_std.hpp"
2#include "stdout_indent.hpp"
3#include "stdout.hpp"
4
5int iostreamIndexIndent=ios::xalloc();
6
7
8static struct CInitStdOutIndent
9{
10  CInitStdOutIndent()
11  {
12    cout<<ResetIndent ;
13    cerr<<ResetIndent ;
14    clog<<ResetIndent ;
15  } ;
16} Init ;
Note: See TracBrowser for help on using the repository browser.