vtkReservedRemoteObjectIds.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkReservedRemoteObjectIds.h
5 
6  Copyright (c) Kitware, Inc.
7  All rights reserved.
8  See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
28 #ifndef vtkReservedRemoteObjectIds_h
29 #define vtkReservedRemoteObjectIds_h
30 
31 #include "vtkRemotingCoreModule.h" // for export macros
32 
34 {
35  // This Enum allow the user to list a set of the reserved GlobalIds
37  {
38  RESERVED_PROXY_MANAGER_ID = 1,
39  RESERVED_PROXY_DEFINITION_MANAGER_ID = 2,
40  RESERVED_COLLABORATION_COMMUNICATOR_ID = 3,
41  RESERVED_MAX_IDS = 255
42  };
43 };
44 #endif
45 
46 // VTK-HeaderTest-Exclude: vtkReservedRemoteObjectIds.h
Enum listing custom remote object with dedicated GlobalID.
#define VTKREMOTINGCORE_EXPORT