Commit Graph

2 Commits

Author SHA1 Message Date
Asias He
14ae9e66ae streaming: Use shared_ptr to track back to stream_session
I tried our lw_shared_ptr, the compiler complained endless usage of
incomplete type stream_session. I can not include stream_session.hh
everywhere due to circular dependency.

For now, I'm using std::shared_ptr which works fine.
2015-07-14 20:41:14 +08:00
Asias He
4f8a1041ce streaming: Convert StreamWriter.java to C++ 2015-06-23 16:06:28 +08:00