]> cygwin.com Git - cygwin-apps/setup.git/blobdiff - LogSingleton.cc
2002-11-10 Robert Collins <rbtcollins@hotmail.com>
[cygwin-apps/setup.git] / LogSingleton.cc
index 9be0fc60be802eb42c512c115797074375740330..387e6febd9c7d48f56281f3173d6ae7b7b4261ad 100644 (file)
@@ -32,7 +32,10 @@ ostream& endLog(ostream& outs)
 
 LogSingleton * LogSingleton::theInstance(0);
 
-LogSingleton::LogSingleton(){}
+LogSingleton::LogSingleton(std::streambuf* aStream) : ios (aStream), ostream (aStream)
+{
+    ios::init (aStream);
+}
 LogSingleton::~LogSingleton(){}
 
 LogSingleton &
This page took 0.022482 seconds and 5 git commands to generate.