~ubuntu-branches/ubuntu/quantal/libbonobo/quantal-201207170711

« back to all changes in this revision

Viewing changes to idl/Bonobo.idl

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2005-02-18 14:40:51 UTC
  • mto: (3.1.1 etch) (1.1.25 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20050218144051-fo4h9qh2gim8x3wt
Tags: upstream-2.8.1
ImportĀ upstreamĀ versionĀ 2.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
#ifndef _BONOBO_IDL_INCLUDED_
9
9
#define _BONOBO_IDL_INCLUDED_
10
10
 
11
 
#if !defined(__Bonobo_COMPILATION) && defined(__ORBIT_IDL__)
 
11
#ifndef __Bonobo_COMPILATION
 
12
#ifdef __ORBIT_IDL__
12
13
%{
13
14
#pragma include_defs bonobo/Bonobo.h
14
15
%}
15
16
#pragma inhibit push
16
17
#endif
 
18
#endif
17
19
 
18
20
/* From bonobo-activation */
19
21
#include <Bonobo_Unknown.idl>
47
49
/* Clipboard */
48
50
#include <Bonobo_Clipboard.idl>
49
51
 
50
 
#if !defined(__Bonobo_COMPILATION) && defined(__ORBIT_IDL__)
 
52
#include <Bonobo_Application.idl>
 
53
 
 
54
#ifndef __Bonobo_COMPILATION
 
55
#ifdef __ORBIT_IDL__
51
56
#pragma inhibit pop
52
57
#endif
53
 
 
 
58
#endif
54
59
#endif /* _BONOBO_IDL_INCLUDED_ */