Modify the design of RPC framework?

2012-09-28 Thread Nan Zhu
Hi, all I met a question during my development using Thrift e.g. at the beginning of the project, I generate the c++ code from .thrift file, and then I work on those RPC callees to implement them, after that, I found I need to add another callee to the system, I modify the .thrift file and

回复: Modify the design of RPC framework?

2012-09-28 Thread Nan Zhu
Hi, Ted, Thanks for your replying, 18 class UserStorageHandler : virtual public UserStorageIf { 19 public: 20 UserStorageHandler() { 21 // Your initialization goes here 22 } 23 24 void store(const UserProfile user) { 25 // Your implementation goes here 26

回复: Modify the design of RPC framework?

2012-09-28 Thread Nan Zhu
Wow, thank you Patrick, I finally know which file is what I should refer to Best, -- Nan Zhu School of Computer Science, McGill University 在 2012年9月28日星期五,下午1:38,Patrick Scott 写道: The c++ generator does generate interfaces. I think the file you are referring to is