代码是咒语,我是魔法师
posted on 2006-08-31 09:15 橙子 阅读(1508) 评论(2) 编辑 收藏 引用 所属分类: ACE
我定义了一个ntservice类 继承 ACE_NT_Service 在redhat 9中编译出错 // ntsvc.h 1class NTService: public ACE_NT_Service2 {3 public:4 NTService ();5 int start_server();6 // virtual void handle_control (DWORD control_code);7 void handle_control (DWORD control_code);8 // We override <handle_control> because it handles stop requests9 // privately.10 //virtual int handle_exception (ACE_HANDLE h);11 int handle_exception (ACE_HANDLE h);12 // We override <handle_exception> so a 'stop' control code can pop13 // the reactor off of its wait.14 //virtual int svc (void);15 int svc (void);16 private:17 typedef ACE_NT_Service inherited;};报错是:ntsvc.h:2: parse error before `{' tokenntsvc.h:16: parse error before `private'ntsvc.h:18: parse error before `}' token 请问这是什么错了呢? 回复 更多评论
这个只能在Windows下面用吧。 回复 更多评论
Powered by: C++博客 Copyright © 橙子