Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

PsPackable.h

Go to the documentation of this file.
00001 #ifndef PsPackableHEADER
00002 #define PsPackableHEADER
00003 
00004 class PsIncomingSynchronisationMessage ;
00005 class PsOutgoingSynchronisationMessage ;
00006 
00007 
00008 class PsPackable
00009 {
00010 public:
00012    virtual void unpack (PsIncomingSynchronisationMessage &) = 0 ;
00013    
00015    virtual void pack (PsOutgoingSynchronisationMessage &) const = 0 ;
00016   
00017 };
00018 
00019 #endif

logo OpenMask

Documentation generated on Mon Nov 25 15:25:02 2002

Generated with doxygen 1.2.12 by Dimitri van Heesch ,   1997-2001