Ice 3.7 C++11 API Reference
Loading...
Searching...
No Matches
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
9
10namespace IceInternal
11{
12
13using IceUtilInternal::consoleOut;
14using IceUtilInternal::consoleErr;
15
16#if defined(_WIN32)
17using IceUtilInternal::endl;
18using IceUtilInternal::flush;
19#endif
20
21}
22
23#endif