repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #2216 from jwillemsen/jwi-cxxversionchecks
[ACE_TAO.git]
/
ACE
/
protocols
/
ace
/
INet
/
IOS_util.cpp
blob
923731479dc0d9f7998902f6350f1548b25e0456
1
#include
"ace/INet/IOS_util.h"
2
3
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
4
5
namespace
ACE
6
{
7
namespace
IOS
8
{
9
std
::
ostream
Null
::
out_stream_
(
0
);
10
std
::
istream
Null
::
in_stream_
(
0
);
11
}
12
}
13
14
ACE_END_VERSIONED_NAMESPACE_DECL