corba-string.h | corba-string.h | |||
---|---|---|---|---|
skipping to change at line 16 | skipping to change at line 16 | |||
G_BEGIN_DECLS | G_BEGIN_DECLS | |||
CORBA_char *CORBA_string_alloc (CORBA_unsigned_long len); | CORBA_char *CORBA_string_alloc (CORBA_unsigned_long len); | |||
CORBA_wchar *CORBA_wstring_alloc (CORBA_unsigned_long len); | CORBA_wchar *CORBA_wstring_alloc (CORBA_unsigned_long len); | |||
/* | /* | |||
* ORBit extension. | * ORBit extension. | |||
*/ | */ | |||
CORBA_char *CORBA_string_dup (const CORBA_char *str); | CORBA_char *CORBA_string_dup (const CORBA_char *str); | |||
CORBA_wchar *CORBA_wstring_dup (const CORBA_wchar *str); | ||||
CORBA_unsigned_long CORBA_wstring_len (CORBA_wchar *ws); | CORBA_unsigned_long CORBA_wstring_len (CORBA_wchar *ws); | |||
#ifdef ORBIT2_INTERNAL_API | #ifdef ORBIT2_INTERNAL_API | |||
gpointer CORBA_string__freekids (gpointer mem, | gpointer CORBA_string__freekids (gpointer mem, | |||
gpointer data); | gpointer data); | |||
CORBA_sequence_CORBA_octet * | CORBA_sequence_CORBA_octet * | |||
ORBit_sequence_CORBA_octet_dup (const CORBA_sequence_CORBA_octet * seq); | ORBit_sequence_CORBA_octet_dup (const CORBA_sequence_CORBA_octet * seq); | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 2 lines changed or added | |||
orbit-config.h | orbit-config.h | |||
---|---|---|---|---|
#ifndef ORBIT_CONFIG_H | #ifndef ORBIT_CONFIG_H | |||
#define ORBIT_CONFIG_H 1 | #define ORBIT_CONFIG_H 1 | |||
#define ORBIT_CONFIG_SERIAL 20 | #define ORBIT_CONFIG_SERIAL 20 | |||
#ifndef ORBIT_MAJOR_VERSION | #ifndef ORBIT_MAJOR_VERSION | |||
#define ORBIT_MAJOR_VERSION (2) | #define ORBIT_MAJOR_VERSION (2) | |||
#define ORBIT_MINOR_VERSION (14) | #define ORBIT_MINOR_VERSION (14) | |||
#define ORBIT_MICRO_VERSION (17) | #define ORBIT_MICRO_VERSION (18) | |||
#endif | #endif | |||
#define ORBIT_IMPLEMENTS_IS_A 1 | #define ORBIT_IMPLEMENTS_IS_A 1 | |||
/* | /* | |||
* Alignment of CORBA types mapped to C. | * Alignment of CORBA types mapped to C. | |||
* These have *nothing* to do with CDR alignment. | * These have *nothing* to do with CDR alignment. | |||
*/ | */ | |||
#define ORBIT_ALIGNOF_CORBA_OCTET 1 | #define ORBIT_ALIGNOF_CORBA_OCTET 1 | |||
#define ORBIT_ALIGNOF_CORBA_BOOLEAN 1 | #define ORBIT_ALIGNOF_CORBA_BOOLEAN 1 | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
orbit-idl-backend.h | orbit-idl-backend.h | |||
---|---|---|---|---|
skipping to change at line 18 | skipping to change at line 18 | |||
* License as published by the Free Software Foundation; either | * License as published by the Free Software Foundation; either | |||
* version 2 of the License, or (at your option) any later version. | * version 2 of the License, or (at your option) any later version. | |||
* | * | |||
* This library is distributed in the hope that it will be useful, | * This library is distributed in the hope that it will be useful, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Library General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Library General Public | |||
* License along with this library; if not, write to the | * License along with this library; if not, write to the | |||
* Free Software Foundation, Inc., 59 Temple Place - Suite 330, | * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | |||
* Boston, MA 02111-1307, USA. | * Boston, MA 02110-1301, USA. | |||
* | * | |||
* Authors: | * Authors: | |||
* Mark McLoughlin <mark@skynet.ie> | * Mark McLoughlin <mark@skynet.ie> | |||
*/ | */ | |||
#ifndef __ORBIT_IDL_BACKEND_H__ | #ifndef __ORBIT_IDL_BACKEND_H__ | |||
#define __ORBIT_IDL_BACKEND_H__ | #define __ORBIT_IDL_BACKEND_H__ | |||
#include <glib.h> | #include <glib.h> | |||
#include <libIDL/IDL.h> | #include <libIDL/IDL.h> | |||
End of changes. 1 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added | |||
orbit-imodule.h | orbit-imodule.h | |||
---|---|---|---|---|
skipping to change at line 18 | skipping to change at line 18 | |||
* License as published by the Free Software Foundation; either | * License as published by the Free Software Foundation; either | |||
* version 2 of the License, or (at your option) any later version. | * version 2 of the License, or (at your option) any later version. | |||
* | * | |||
* This library is distributed in the hope that it will be useful, | * This library is distributed in the hope that it will be useful, | |||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Library General Public License for more details. | * Library General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU Library General Public | * You should have received a copy of the GNU Library General Public | |||
* License along with this library; if not, write to the | * License along with this library; if not, write to the | |||
* Free Software Foundation, Inc., 59 Temple Place - Suite 330, | * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | |||
* Boston, MA 02111-1307, USA. | * Boston, MA 02110-1301, USA. | |||
* | * | |||
* Authors: | * Authors: | |||
* Mark McLoughlin <mark@skynet.ie> | * Mark McLoughlin <mark@skynet.ie> | |||
*/ | */ | |||
#ifndef __ORBIT_IMODULE_H__ | #ifndef __ORBIT_IMODULE_H__ | |||
#define __ORBIT_IMODULE_H__ | #define __ORBIT_IMODULE_H__ | |||
#include <glib.h> | #include <glib.h> | |||
#include <orbit/orb-core/orbit-interface.h> | #include <orbit/orb-core/orbit-interface.h> | |||
#include <libIDL/IDL.h> | #include <libIDL/IDL.h> | |||
End of changes. 1 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added | |||