Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

guids.h

Go to the documentation of this file.
00001 // ----------------------------------------------------------------------- //
00002 //
00003 // MODULE  : guids.h
00004 //
00005 // PURPOSE : GUIDs - Definition
00006 //
00007 // CREATED : 02/14/01
00008 //
00009 // (c) 2001 LithTech, Inc.  All Rights Reserved
00010 //
00011 // ----------------------------------------------------------------------- //
00012 
00013 
00014 #ifndef __GUIDS_H__
00015 #define __GUIDS_H__
00016 
00017 
00018 #include <autoview/autoview.h>
00019 
00020 
00022 // Player (bidirectional).
00023 // {3506D0D3-33A2-4a33-83B9-FD8D4BE0408F}
00024 DEFINE_distr_class_GUID(CPlayerClnt, 
00025     0x3506d0d3, 0x33a2, 0x4a33, 0x83, 0xb9, 0xfd, 0x8d, 0x4b, 0xe0, 0x40, 0x8f);
00026 DEFINE_distr_class_GUID(CPlayerSrvr, 
00027     0x3506d0d3, 0x33a2, 0x4a33, 0x83, 0xb9, 0xfd, 0x8d, 0x4b, 0xe0, 0x40, 0x8f);
00028 
00029 // Client Connection (bidirectional).
00030 // {D2D4FFC0-1B47-4b54-B38C-A23A864905E9}
00031 DEFINE_distr_class_GUID(CClientConnClnt, 
00032     0xd2d4ffc0, 0x1b47, 0x4b54, 0xb3, 0x8c, 0xa2, 0x3a, 0x86, 0x49, 0x5, 0xe9);
00033 DEFINE_distr_class_GUID(CClientConnSrvr, 
00034     0xd2d4ffc0, 0x1b47, 0x4b54, 0xb3, 0x8c, 0xa2, 0x3a, 0x86, 0x49, 0x5, 0xe9);
00035 
00036 // WorldProps (server->client).
00037 // {A8FBB672-2F81-4c75-A4AE-93635875AB71}
00038 DEFINE_distr_class_GUID(CWorldPropClnt, 
00039     0xa8fbb672, 0x2f81, 0x4c75, 0xa4, 0xae, 0x93, 0x63, 0x58, 0x75, 0xab, 0x71);
00040 DEFINE_distr_class_GUID(CWorldPropSrvr, 
00041     0xa8fbb672, 0x2f81, 0x4c75, 0xa4, 0xae, 0x93, 0x63, 0x58, 0x75, 0xab, 0x71);
00042 
00043 // Base Object (server->client).
00044 // {9F205A09-FC9A-404e-B639-F3D650A60365}
00045 DEFINE_distr_class_GUID(CBaseObjectSrvr, 
00046             0x9f205a09, 0xfc9a, 0x404e, 0xb6, 0x39, 0xf3, 0xd6, 0x50, 0xa6, 0x3, 0x65);
00047 DEFINE_distr_class_GUID(CBaseObjectClnt, 
00048                         0x9f205a09, 0xfc9a, 0x404e, 0xb6, 0x39, 0xf3, 0xd6, 0x50, 0xa6, 0x3, 0x65);
00049 
00050 // Polygrid Object (server->client).
00051 // {4DF126BD-E528-408f-BF90-EC6A73F5B1EF}
00052 DEFINE_distr_class_GUID(CPolygridSrvr, 
00053     0x4df126bd, 0xe528, 0x408f, 0xbf, 0x90, 0xec, 0x6a, 0x73, 0xf5, 0xb1, 0xef);
00054 DEFINE_distr_class_GUID(CPolygridClnt, 
00055     0x4df126bd, 0xe528, 0x408f, 0xbf, 0x90, 0xec, 0x6a, 0x73, 0xf5, 0xb1, 0xef);
00056 
00057 
00058 #endif  // __GUIDS_H__

Generated on Mon Mar 4 08:42:23 2002 for Aria by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002