00001 00028 #ifndef ABA_LPSUBOSI_H 00029 #define ABA_LPSUBOSI_H 00030 #include "abacus/lpsub.h" 00031 #include "abacus/osiif.h" 00032 class ABA_MASTER; 00033 00034 class ABA_LPSUBOSI : public ABA_LPSUB, public ABA_OSIIF { 00035 public: 00036 00045 ABA_LPSUBOSI(ABA_MASTER *master, ABA_SUB *sub); 00046 00048 virtual ~ABA_LPSUBOSI(); 00049 private: 00050 ABA_LPSUBOSI(const ABA_LPSUBOSI &rhs); 00051 const ABA_LPSUBOSI &operator=(const ABA_LPSUBOSI &rhs); 00052 }; 00053 #endif