UniSet  2.6.0
UniSetBaseConstants.idl
00001 /*
00002  * Copyright (c) 2015 Pavel Vainerman.
00003  *
00004  * This program is free software: you can redistribute it and/or modify
00005  * it under the terms of the GNU Lesser General Public License as
00006  * published by the Free Software Foundation, version 2.1.
00007  *
00008  * This program is distributed in the hope that it will be useful, but
00009  * WITHOUT ANY WARRANTY; without even the implied warranty of
00010  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
00011  * Lesser General Lesser Public License for more details.
00012  *
00013  * You should have received a copy of the GNU Lesser General Public License
00014  * along with this program. If not, see <http://www.gnu.org/licenses/>.
00015  */
00016 // --------------------------------------------------------------------------
00020 // --------------------------------------------------------------------------
00021 #ifndef UniSetBaseConstants_IDL_
00022 #define UniSetBaseConstants_IDL_
00023 // --------------------------------------------------------------------------
00024     module uniset
00025     {
00026         const unsigned short SizeOfTransportMessage=85;
00027         const unsigned short SizeOfObjectType=30;
00028     };
00029 // --------------------------------------------------------------------------------------------------------------
00030 #endif // of UniSetBaseConstants_IDL