InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
SoapServerID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Robin_Briggs
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 __SoapServerID__
25 #define __SoapServerID__
26 
27 #include "CrossPlatformTypes.h"
28 #include "IDFactory.h"
29 
30 #define kSoapServerIDPrefix RezLong(0x1DB00)
31 
32 // <Start IDC>
33 // PluginID
34 #define kSoapServerName "SoapServer"
35 
36 START_IDS()
37 
38 
39 // <Class ID>
40 // ClassIDs
41 // gap
42 
43 #ifdef DEBUG
44 #endif
45 
46 
47 
48 // <Interface ID>
49 // IIDs
50 //gap
51 
52 // <Implementation ID>
53 // ImplementationIIDs
54 #ifdef DEBUG
55 #endif
56 
57 //gap
58 
59 // <Service ID>
60 // Service Providers
61 
62 
63 // <Error ID>
64 // Error Codes
65 
66 // <Message ID>
67 // Message IDs (start at 200)
68 
69 // <Global ID>
70 // Global IDs
71 
72 //
73 //Script Element IDs
74 //
75 // gap
76 
77 // gap
78 //gap
79 //gap
80 
81 #ifdef DEBUG
82 #endif
83 //Suites
84 
85 //Objects
86 
87 //Events
88 
89 //Properties
90 
91 //Enums
92 
93 END_IDS()
94 
95 #ifndef RESOURCE_NUMBER //avoid errors in SoapServerID.fr
96 
97 enum SoapServerScriptIDs
98 {
99  s_SoapServerSuite = 'ssrs',
100 
101  c_errorlisterror = 'eler',
102  c_errorlisterrors = 'elrs',
103 
104  e_ServerTest = 'Stst',
105 
106  p_ErrorCode = 'gerc',
107  p_ErrorLevel = 'gerl',
108  p_ErrorMessage = 'germ',
109  p_ErrorTime = 'gert',
110 
111  p_ImagePreview = 'gsip',
112  p_JavaScriptUI = 'gsju',
113 
114  p_OnMainThreadOnly = 'omto',
115  p_SSLoggingEnabled = 'sslo',
116  p_SessionTimeout = 'stmo',
117  p_heartbeatUpdateInterval = 'hbui',
118  p_NonBlockingSessionSupport = 'nbss',
119  p_NonBlockingSSMaxWait = 'nbmw',
120 };
121 
122 // {9D85AD06-8A8A-485e-89B2-39BD9886AA51}
123 #define kErrorListError_CLSID { 0x9d85ad06, 0x8a8a, 0x485e, { 0x89, 0xb2, 0x39, 0xbd, 0x98, 0x86, 0xaa, 0x51 } }
124 // {66FC6455-CBC1-4bc3-8CBB-4CC3C4692B45}
125 #define kErrorListErrors_CLSID { 0x66fc6455, 0xcbc1, 0x4bc3, { 0x8c, 0xBB, 0x4c, 0xc3, 0xc4, 0x69, 0x2b, 0x45 } }
126 
127 #endif
128 
129 #endif // __GenericID__