vxwObject.h
资源名称:ixp425BSP.rar [点击查看]
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:0k
源码类别:
VxWorks
开发平台:
C/C++
- /* vxwObject.h - behavior common to all VXW clases */
- /* Copyright 1995 Wind River Systems, Inc. */
- /*
- modification history
- --------------------
- 01a,15jun95,srh written.
- */
- #ifndef vxwObject_h
- #define vxwObject_h
- class VXWIdObject
- {
- public:
- virtual void * myValue () = 0;
- };
- #endif /* ifndef vxwObject_h */