Go to the documentation of this file.00001
00002
00003 #include "ace/INet/IOS_util.h"
00004
00005 ACE_RCSID(NET_CLIENT,ACE_IOS_util,"$Id: IOS_util.cpp 90737 2010-06-21 09:46:14Z mcorino $")
00006
00007 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
00008
00009 namespace ACE
00010 {
00011 namespace IOS
00012 {
00013
00014 std::ostream Null::out_stream_ (0);
00015 std::istream Null::in_stream_ (0);
00016
00017 }
00018 }
00019
00020 ACE_END_VERSIONED_NAMESPACE_DECL