|
osgEarth 2.1.1
|
Private Member Functions | |
| virtual streamsize | xsputn (const char_type *, streamsize n) |
Definition at line 111 of file Notify.cpp.
| virtual streamsize NullStreamBuffer::xsputn | ( | const char_type * | , |
| streamsize | n | ||
| ) | [inline, private, virtual] |
Definition at line 115 of file Notify.cpp.
{
return n;
}
1.7.3