mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
*** empty log message ***
This commit is contained in:
parent
56dd8577d9
commit
36735622f5
@ -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();
|
||||||
|
|
||||||
|
@ -42,8 +42,10 @@ static char test[1024];
|
|||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
MultiplexStreamBuf::
|
MultiplexStreamBuf::
|
||||||
MultiplexStreamBuf() {
|
MultiplexStreamBuf() {
|
||||||
|
#ifndef WIN32_VC
|
||||||
allocate();
|
allocate();
|
||||||
setp(base(), ebuf());
|
setp(base(), ebuf());
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user