home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_jade.idb / usr / freeware / include / sp / lib / EntityManagerMessages.h.z / EntityManagerMessages.h
Encoding:
C/C++ Source or Header  |  1999-07-21  |  6.9 KB  |  307 lines

  1. // This file was automatically generated from .\EntityManagerMessages.msg by ..\msggen.pl.
  2. #include "Message.h"
  3.  
  4. #ifdef SP_NAMESPACE
  5. namespace SP_NAMESPACE {
  6. #endif
  7.  
  8. struct EntityManagerMessages {
  9.   // 2000
  10.   static const MessageType1 fsiSyntax;
  11.   // 2001
  12.   static const MessageType1 fsiMissingValue;
  13.   // 2002
  14.   static const MessageType1 fsiValueAsName;
  15.   // 2003
  16.   static const MessageType1 fsiBadSmcrd;
  17.   // 2004
  18.   static const MessageType1 fsiUnknownBctf;
  19.   // 2005
  20.   static const MessageType1 fsiUnknownEncoding;
  21.   // 2006
  22.   static const MessageType1 fsiUnsupportedRecords;
  23.   // 2007
  24.   static const MessageType1 fsiUnsupportedAttribute;
  25.   // 2008
  26.   static const MessageType1 fsiUnsupportedAttributeToken;
  27.   // 2009
  28.   static const MessageType1 fsiBadTracking;
  29.   // 2010
  30.   static const MessageType1 fsiDuplicateAttribute;
  31.   // 2011
  32.   static const MessageType1 fsiBadZapeof;
  33.   // 2012
  34.   static const MessageType1 fsiBadSearch;
  35.   // 2013
  36.   static const MessageType1 fsiBadFold;
  37.   // 2014
  38.   static const MessageType0 fsiFoldNotNeutral;
  39.   // 2015
  40.   static const MessageType0 fsiBctfEncodingNotApplicable;
  41.   // 2016
  42.   static const MessageType0 fsiBctfAndEncoding;
  43.   // 2017
  44.   static const MessageType0 fsiZapeofNotApplicable;
  45.   // 2018
  46.   static const MessageType0 fsiRecordsNotApplicable;
  47.   // 2019
  48.   static const MessageType1 fsiBadIndirect;
  49.   // 2020
  50.   static const MessageType1 fsiLookupChar;
  51. };
  52. const MessageType1 EntityManagerMessages::fsiSyntax(
  53. MessageType::error,
  54. #ifdef BUILD_LIBSP
  55. MessageFragment::libModule,
  56. #else
  57. MessageFragment::appModule,
  58. #endif
  59. 2000
  60. #ifndef SP_NO_MESSAGE_TEXT
  61. ,"bad formal system identifier syntax in %1"
  62. #endif
  63. );
  64. const MessageType1 EntityManagerMessages::fsiMissingValue(
  65. MessageType::error,
  66. #ifdef BUILD_LIBSP
  67. MessageFragment::libModule,
  68. #else
  69. MessageFragment::appModule,
  70. #endif
  71. 2001
  72. #ifndef SP_NO_MESSAGE_TEXT
  73. ,"value for attribute %1 missing in formal system identifier"
  74. #endif
  75. );
  76. const MessageType1 EntityManagerMessages::fsiValueAsName(
  77. MessageType::error,
  78. #ifdef BUILD_LIBSP
  79. MessageFragment::libModule,
  80. #else
  81. MessageFragment::appModule,
  82. #endif
  83. 2002
  84. #ifndef SP_NO_MESSAGE_TEXT
  85. ,"%1 is a formal system identifier attribute value not an attribute name"
  86. #endif
  87. );
  88. const MessageType1 EntityManagerMessages::fsiBadSmcrd(
  89. MessageType::error,
  90. #ifdef BUILD_LIBSP
  91. MessageFragment::libModule,
  92. #else
  93. MessageFragment::appModule,
  94. #endif
  95. 2003
  96. #ifndef SP_NO_MESSAGE_TEXT
  97. ,"value of SMCRD attribute must be a single character not %1"
  98. #endif
  99. );
  100. const MessageType1 EntityManagerMessages::fsiUnknownBctf(
  101. MessageType::error,
  102. #ifdef BUILD_LIBSP
  103. MessageFragment::libModule,
  104. #else
  105. MessageFragment::appModule,
  106. #endif
  107. 2004
  108. #ifndef SP_NO_MESSAGE_TEXT
  109. ,"unknown BCTF %1"
  110. #endif
  111. );
  112. const MessageType1 EntityManagerMessages::fsiUnknownEncoding(
  113. MessageType::error,
  114. #ifdef BUILD_LIBSP
  115. MessageFragment::libModule,
  116. #else
  117. MessageFragment::appModule,
  118. #endif
  119. 2005
  120. #ifndef SP_NO_MESSAGE_TEXT
  121. ,"unknown encoding %1"
  122. #endif
  123. );
  124. const MessageType1 EntityManagerMessages::fsiUnsupportedRecords(
  125. MessageType::error,
  126. #ifdef BUILD_LIBSP
  127. MessageFragment::libModule,
  128. #else
  129. MessageFragment::appModule,
  130. #endif
  131. 2006
  132. #ifndef SP_NO_MESSAGE_TEXT
  133. ,"unsupported record boundary indicator %1"
  134. #endif
  135. );
  136. const MessageType1 EntityManagerMessages::fsiUnsupportedAttribute(
  137. MessageType::warning,
  138. #ifdef BUILD_LIBSP
  139. MessageFragment::libModule,
  140. #else
  141. MessageFragment::appModule,
  142. #endif
  143. 2007
  144. #ifndef SP_NO_MESSAGE_TEXT
  145. ,"unsupported formal system identifier attribute %1"
  146. #endif
  147. );
  148. const MessageType1 EntityManagerMessages::fsiUnsupportedAttributeToken(
  149. MessageType::warning,
  150. #ifdef BUILD_LIBSP
  151. MessageFragment::libModule,
  152. #else
  153. MessageFragment::appModule,
  154. #endif
  155. 2008
  156. #ifndef SP_NO_MESSAGE_TEXT
  157. ,"unsupported formal system identifier attribute value %1"
  158. #endif
  159. );
  160. const MessageType1 EntityManagerMessages::fsiBadTracking(
  161. MessageType::error,
  162. #ifdef BUILD_LIBSP
  163. MessageFragment::libModule,
  164. #else
  165. MessageFragment::appModule,
  166. #endif
  167. 2009
  168. #ifndef SP_NO_MESSAGE_TEXT
  169. ,"bad value %1 for formal system identifier tracking attribute"
  170. #endif
  171. );
  172. const MessageType1 EntityManagerMessages::fsiDuplicateAttribute(
  173. MessageType::error,
  174. #ifdef BUILD_LIBSP
  175. MessageFragment::libModule,
  176. #else
  177. MessageFragment::appModule,
  178. #endif
  179. 2010
  180. #ifndef SP_NO_MESSAGE_TEXT
  181. ,"duplicate specification for formal system identifier attribute %1"
  182. #endif
  183. );
  184. const MessageType1 EntityManagerMessages::fsiBadZapeof(
  185. MessageType::error,
  186. #ifdef BUILD_LIBSP
  187. MessageFragment::libModule,
  188. #else
  189. MessageFragment::appModule,
  190. #endif
  191. 2011
  192. #ifndef SP_NO_MESSAGE_TEXT
  193. ,"bad value %1 for formal system identifier zapeof attribute"
  194. #endif
  195. );
  196. const MessageType1 EntityManagerMessages::fsiBadSearch(
  197. MessageType::error,
  198. #ifdef BUILD_LIBSP
  199. MessageFragment::libModule,
  200. #else
  201. MessageFragment::appModule,
  202. #endif
  203. 2012
  204. #ifndef SP_NO_MESSAGE_TEXT
  205. ,"bad value %1 for formal system identifier search attribute"
  206. #endif
  207. );
  208. const MessageType1 EntityManagerMessages::fsiBadFold(
  209. MessageType::error,
  210. #ifdef BUILD_LIBSP
  211. MessageFragment::libModule,
  212. #else
  213. MessageFragment::appModule,
  214. #endif
  215. 2013
  216. #ifndef SP_NO_MESSAGE_TEXT
  217. ,"bad value %1 for formal system identifier fold attribute"
  218. #endif
  219. );
  220. const MessageType0 EntityManagerMessages::fsiFoldNotNeutral(
  221. MessageType::error,
  222. #ifdef BUILD_LIBSP
  223. MessageFragment::libModule,
  224. #else
  225. MessageFragment::appModule,
  226. #endif
  227. 2014
  228. #ifndef SP_NO_MESSAGE_TEXT
  229. ,"fold attribute allowed only for neutral storage manager"
  230. #endif
  231. );
  232. const MessageType0 EntityManagerMessages::fsiBctfEncodingNotApplicable(
  233. MessageType::error,
  234. #ifdef BUILD_LIBSP
  235. MessageFragment::libModule,
  236. #else
  237. MessageFragment::appModule,
  238. #endif
  239. 2015
  240. #ifndef SP_NO_MESSAGE_TEXT
  241. ,"BCTF and encoding attributes not applicable to this storage manager"
  242. #endif
  243. );
  244. const MessageType0 EntityManagerMessages::fsiBctfAndEncoding(
  245. MessageType::error,
  246. #ifdef BUILD_LIBSP
  247. MessageFragment::libModule,
  248. #else
  249. MessageFragment::appModule,
  250. #endif
  251. 2016
  252. #ifndef SP_NO_MESSAGE_TEXT
  253. ,"cannot specify both BCTF and encoding attribute"
  254. #endif
  255. );
  256. const MessageType0 EntityManagerMessages::fsiZapeofNotApplicable(
  257. MessageType::error,
  258. #ifdef BUILD_LIBSP
  259. MessageFragment::libModule,
  260. #else
  261. MessageFragment::appModule,
  262. #endif
  263. 2017
  264. #ifndef SP_NO_MESSAGE_TEXT
  265. ,"ZAPEOF attribute not applicable to this storage manager"
  266. #endif
  267. );
  268. const MessageType0 EntityManagerMessages::fsiRecordsNotApplicable(
  269. MessageType::error,
  270. #ifdef BUILD_LIBSP
  271. MessageFragment::libModule,
  272. #else
  273. MessageFragment::appModule,
  274. #endif
  275. 2018
  276. #ifndef SP_NO_MESSAGE_TEXT
  277. ,"RECORDS attribute not applicable to this storage manager"
  278. #endif
  279. );
  280. const MessageType1 EntityManagerMessages::fsiBadIndirect(
  281. MessageType::error,
  282. #ifdef BUILD_LIBSP
  283. MessageFragment::libModule,
  284. #else
  285. MessageFragment::appModule,
  286. #endif
  287. 2019
  288. #ifndef SP_NO_MESSAGE_TEXT
  289. ,"bad value %1 for formal system identifier indirect attribute"
  290. #endif
  291. );
  292. const MessageType1 EntityManagerMessages::fsiLookupChar(
  293. MessageType::error,
  294. #ifdef BUILD_LIBSP
  295. MessageFragment::libModule,
  296. #else
  297. MessageFragment::appModule,
  298. #endif
  299. 2020
  300. #ifndef SP_NO_MESSAGE_TEXT
  301. ,"non-minimum data character (number %1) in value of formal system identifier lookup attribute"
  302. #endif
  303. );
  304. #ifdef SP_NAMESPACE
  305. }
  306. #endif
  307.