|
UniSet
2.6.0
|
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 UniSetManager_i_IDL_ 00022 #define UniSetManager_i_IDL_ 00023 // --------------------------------------------------------------------------- 00024 #include "UniSetObject_i.idl" 00025 #include "UniSetTypes_i.idl" 00026 // --------------------------------------------------------------------------- 00027 //module UniSet 00028 //{ 00029 00040 interface UniSetManager_i : UniSetObject_i 00041 { 00043 void broadcast(in uniset::TransportMessage msg); 00044 00061 uniset::SimpleInfoSeq getObjectsInfo( in long MaxLength, in string userparam ); 00062 }; 00063 00064 //}; // end of module UniSet 00065 #endif 00066 // --------------------------------------------------------------------------------------------------------------
1.7.6.1