Ice 3.7 C++11 API Reference
ConsoleUtil.h
Go to the documentation of this file.
1 //
2 // Copyright (c) ZeroC, Inc. All rights reserved.
3 //
4 
5 #ifndef ICE_CONSOLE_UTIL_H
6 #define ICE_CONSOLE_UTIL_H
7 
8 #include <IceUtil/ConsoleUtil.h>
9 
10 namespace IceInternal
11 {
12 
13 using IceUtilInternal::consoleOut;
14 using IceUtilInternal::consoleErr;
15 
16 #if defined(_WIN32)
17 using IceUtilInternal::endl;
18 using IceUtilInternal::flush;
19 #endif
20 
21 }
22 
23 #endif
ConsoleUtil.h