*** empty log message ***

This commit is contained in:
David Rose 2000-11-28 00:37:14 +00:00
parent 56dd8577d9
commit 36735622f5
3 changed files with 4 additions and 2 deletions

View File

@ -21,7 +21,7 @@
// thing to set Notify to refer to when running in batch // thing to set Notify to refer to when running in batch
// mode. // mode.
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
class EXPCL_PANDA MultiplexStream : public ostream { class EXPCL_PANDAEXPRESS MultiplexStream : public ostream {
PUBLISHED: PUBLISHED:
INLINE MultiplexStream(); INLINE MultiplexStream();

View File

@ -42,8 +42,10 @@ static char test[1024];
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
MultiplexStreamBuf:: MultiplexStreamBuf::
MultiplexStreamBuf() { MultiplexStreamBuf() {
#ifndef WIN32_VC
allocate(); allocate();
setp(base(), ebuf()); setp(base(), ebuf());
#endif
} }
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////

View File

@ -16,7 +16,7 @@
// sends what is written to it to any number of // sends what is written to it to any number of
// additional sources, like other ostreams. // additional sources, like other ostreams.
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
class EXPCL_PANDA MultiplexStreamBuf : public streambuf { class EXPCL_PANDAEXPRESS MultiplexStreamBuf : public streambuf {
public: public:
MultiplexStreamBuf(); MultiplexStreamBuf();
virtual ~MultiplexStreamBuf(); virtual ~MultiplexStreamBuf();