- /* vim: set tabstop=4 : */
- #ifndef __OutputStream_h__
- #define __OutputStream_h__
- #if defined(_MSC_VER) && (_MSC_VER >= 1020)
- # pragma once
- #endif
- //#include <assert.h>
- #include "InputStream.h"
- namespace febird {
- } // namespace febird
- #endif // __OutputStream_h__