
00001 //***************************************************************************** 00002 // File : gzDistRemoteLibrary.h 00003 // Module : gzRemoteDistribution 00004 // Description : Inclusion of all headers for gzRemoteDistribution 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_DIST_REMOTE_LIBRARY_H__ 00022 #define __GZ_DIST_REMOTE_LIBRARY_H__ 00023 00032 //-------------------- Includes for gzRemoteDistribution ---------------------- 00033 00034 #include "gzDistRemoteChannel.h" 00035 00036 #include "gzDistTransport.h" 00037 00038 #include "gzDistEncoder.h" 00039 00040 #include "gzDistRouterEngine.h" 00041 00042 #endif