home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cl-lib07.zip / pm.zip / usr / include / pm / archiving.h < prev    next >
C/C++ Source or Header  |  1995-06-27  |  164b  |  11 lines

  1. #ifndef _ARCHIVING_H_
  2. #define _ARCHIVING_H_
  3.  
  4. @protocol Archiving
  5. - awake;
  6. - read: (TypedStream *) aStream;
  7. - write: (TypedStream *) aStream;
  8. @end
  9.  
  10. #endif
  11.