
00001 //***************************************************************************** 00002 // File : gzDistributionLibrary.h 00003 // Module : gzDistribution 00004 // Description : Inclusion of all headers 00005 // Author : Christian Andersson 00006 // Product : GizmoDistribution 2.1.1 00007 // 00008 // Copyright © 2004 - Saab Training Systems AB, Sweden 00009 // 00010 // NOTE: GizmoDistribution is a toolkit used for implementing distributed 00011 // objects and events in C++ 00012 // 00013 // 00014 // Revision History... 00015 // 00016 // Who Date Description 00017 // 00018 // CAN 051104 Created file 00019 // 00020 //***************************************************************************** 00021 #ifndef __GZ_DISTRIBUTION_LIBRARY_H__ 00022 #define __GZ_DISTRIBUTION_LIBRARY_H__ 00023 00032 //-------------------- Includes for gzRemoteDistribution ---------------------- 00033 00034 #include "gzDistLibrary.h" 00035 00036 #include "gzDistRemoteLibrary.h" 00037 00038 #endif