3 * Copyright 2003 Michael Pfeiffer. All Rights Reserved.
6 #ifndef __SPOOLMETADATA_H
7 #define __SPOOLMETADATA_H
9 #include <SupportDefs.h>
17 SpoolMetaData(BFile
* spool_file
);
20 const string
& GetDescription() const;
21 const string
& GetMimeType() const;
22 const string
& GetCreationTime() const;
31 #endif /* __SpoolMetaData_H */