12.07.2015 Views

VisiBroker Edition

VisiBroker Edition

VisiBroker Edition

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

实 例// USE_STD_NS 是 由 <strong>VisiBroker</strong> 建 立 的 使 用 std namespace 的 定 义USE_STD_NSclass SampleClientInterceptor :public PortableInterceptor::ClientRequestInterceptor{private:char *_name;void init(char *name) {_name = new char[strlen(name)+1];strcpy(_name, name);}public:SampleClientInterceptor(char *name) {init(name);}SampleClientInterceptor() {init("SampleClientInterceptor");}char *name(void) {return _name;}void destroy(void) {// 这 里 什 么 也 不 做cout

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!