vxwObject.h
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:0k
源码类别:

VxWorks

开发平台:

C/C++

  1. /* vxwObject.h - behavior common to all VXW clases */
  2. /* Copyright 1995 Wind River Systems, Inc. */
  3. /*
  4. modification history
  5. --------------------
  6. 01a,15jun95,srh  written.
  7. */
  8. #ifndef vxwObject_h
  9. #define vxwObject_h
  10. class VXWIdObject
  11.     {
  12.   public:
  13.     virtual void * myValue () = 0;
  14.     };
  15. #endif /* ifndef vxwObject_h */