PageRenderTime 113ms CodeModel.GetById 1ms RepoModel.GetById 0ms app.codeStats 0ms

/mordor/streams/null.cpp

http://github.com/mozy/mordor
C++ | 11 lines | 4 code | 6 blank | 1 comment | 0 complexity | e55f89b2ec0e5f21ecfc2b121f56c28f MD5 | raw file
Possible License(s): BSD-3-Clause
  1. // Copyright (c) 2009 - Mozy, Inc.
  2. #include "null.h"
  3. namespace Mordor {
  4. NullStream NullStream::s_nullStream;
  5. }