Filewatcher File Search
FTP Search
  
Directory (beta)
  
Content Search (beta)
   
pkg://kdenetwork-3.1.4.tar.bz2:4989720/kdenetwork-3.1.4/lanbrowsing/lisa/getdebug.cpp  downloads

#include "getdebug.h"

//#define LISA_DEBUG_ON

std::ostream& getDebug()
{
#ifdef LISA_DEBUG_ON
   return std::cerr;
#else
   static std::ofstream nullStream("/dev/null");
   return nullStream;
#endif
}

Results 1 - 1
Help - FTP Sites List - Software Dir.
Searching half a billion files worldwide
© 1997-2008 IT MARUHN