~ubuntu-branches/ubuntu/lucid/vino/lucid

« back to all changes in this revision

Viewing changes to server/GNOME_RemoteDesktop.idl

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2009-03-05 15:28:24 UTC
  • mfrom: (1.1.27 upstream)
  • mto: (4.2.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20090305152824-gouyt5cxdaq37hxr
Tags: 2.24.1-2
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#include <Bonobo_Unknown.idl>
2
 
 
3
 
module GNOME
4
 
{
5
 
  module RemoteDesktop
6
 
  {
7
 
    /* dummy interface */
8
 
    interface Shell : Bonobo::Unknown
9
 
    {
10
 
      void dummy ();
11
 
    };
12
 
  };
13
 
};