InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
SaveBackID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Steve Pellegrin
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 // Info: Contains IDs used by the SaveBack plugin.
24 //
25 //========================================================================================
26 
27 #ifndef __SaveBackID__
28 #define __SaveBackID__
29 
30 // ----- Interfaces -----
31 
32 #include "IDFactory.h"
33 
34 // ----- Includes -----
35 
36 #include "CrossPlatformTypes.h"
37 
38 
39 #define kSaveBackPrefix RezLong(0x15D00)
40 
41 // PluginID
42 #define kSaveBackPluginName "SaveBack"
43 
44 // <Class ID>
45 
46 // <Interface ID>
47 
48 // <Service ID>
49 
50 
51 // <Implementation ID>
52 
53 // <Error ID>
54 
55 // Import Errors
56 
57 // <Script ID>
58 //Suites
59 
60 //Objects
61 
62 //Events
63 
64 //Properties
65 
66 //Enums
67 
68 #endif // __SaveBackID__