InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
PM65ReaderID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Stellad
6 //
7 // $Author$
8 //
9 // $DateTime$
10 //
11 // $Revision$
12 //
13 // $Change$
14 //
15 // Copyright 1997-2010 Adobe Systems Incorporated. All rights reserved.
16 //
17 // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance
18 // with the terms of the Adobe license agreement accompanying it. If you have received
19 // this file from a source other than Adobe, then your use, modification, or
20 // distribution of it requires the prior written permission of Adobe.
21 //
22 //========================================================================================
23 
24 #ifndef __PM65FilterID__
25 #define __PM65FilterID__
26 
27 #include "CrossPlatformTypes.h"
28 #include "IDFactory.h"
29 
30 #include "PubConvIDs.h"
31 
32 
33 
34 //*****************************************
35 // PM65 Reader
36 // This next line defined in PubConvIDs.h
37 //#define kPM65ReaderPrefix kPubConvPrefix + 20
38 
39 // ClassIDs
40 //#define kPM65ReaderBoss // defined in PubConvIDs.h
41 
42 // <Interface ID>
43 //
44 
45 // ImplementationIIDs
46 
47 // <Service ID>
48 // ServiceID's
49 
50 #endif // __PM65FilterID__
51 
52 
53 /*****************************************************************************
54  * $Log: /Dev/Source/Components/Filters/PubConv/Reader/PM65/PM65ReaderID.h $
55  *
56  * 3 9/01/98 10:21p Stellad
57  * Incorporated error handling
58  *
59  * 2 8/05/98 3:43p Marka
60  * Error string services implemented
61  *
62  * 1 4/02/98 5:18p Williamlin
63  * ReaderPM65 initial SourceSafe deposit
64  *****************************************************************************/