#include <airinv/service/ServiceAbstract.hpp>
| Public Member Functions | |
| virtual | ~ServiceAbstract () | 
| virtual void | toStream (std::ostream &ioOut) const | 
| virtual void | fromStream (std::istream &ioIn) | 
| Protected Member Functions | |
| ServiceAbstract () | |
Base class for the Service layer.
Definition at line 14 of file ServiceAbstract.hpp.
| 
 | inlinevirtual | 
Destructor.
Definition at line 18 of file ServiceAbstract.hpp.
| 
 | inlineprotected | 
Protected Default Constructor to ensure this class is abtract.
Definition at line 30 of file ServiceAbstract.hpp.
| 
 | inlinevirtual | 
Dump a Business Object into an output stream.
| ostream& | the output stream. | 
Definition at line 22 of file ServiceAbstract.hpp.
| 
 | inlinevirtual | 
Read a Business Object from an input stream.
| istream& | the input stream. | 
Definition at line 26 of file ServiceAbstract.hpp.
Referenced by operator>>().
 1.8.1.1
 
		  1.8.1.1
		