rxnames.h 906 B

12345678910111213141516171819202122232425
  1. //
  2. //////////////////////////////////////////////////////////////////////////////
  3. //
  4. // Copyright 2015 Autodesk, Inc. All rights reserved.
  5. //
  6. // Use of this software is subject to the terms of the Autodesk license
  7. // agreement provided at the time of installation or download, or which
  8. // otherwise accompanies this software in either electronic or hard copy form.
  9. //
  10. //////////////////////////////////////////////////////////////////////////////
  11. //
  12. #ifndef _RXNAMES_H
  13. #define _RXNAMES_H
  14. /* Arx System Constant Text String Identifiers */
  15. #define ACRX_CLASS_DICTIONARY ACRX_T("ClassDictionary")
  16. #define ACRX_DYNAMIC_LINKER ACRX_T("DynamicLinker")
  17. #define ACRX_SERVICE_DICTIONARY ACRX_T("ServiceDictionary")
  18. #define ACRX_KERNEL_SERVICES ACRX_T("KernelServices")
  19. #define ACRX_PROTOCOL_REACTOR_MANAGER ACRX_T("ProtocolReactorManager")
  20. #endif /* _RXNAMES_H */