*** 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
// mode.
////////////////////////////////////////////////////////////////////
class EXPCL_PANDA MultiplexStream : public ostream {
class EXPCL_PANDAEXPRESS MultiplexStream : public ostream {
PUBLISHED:
INLINE MultiplexStream();

View File

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

View File

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