~do-plugins/do-plugins/trunk

« back to all changes in this revision

Viewing changes to GNOME-Session/src/ScreenSaver.cs

  • Committer: Christopher James Halse Rogers
  • Date: 2011-08-06 11:38:07 UTC
  • Revision ID: raof@ubuntu.com-20110806113807-pril1td0vg7kkm51
Build all plugins against dbus-sharp when available.

Fall back to NDesk.DBus for those plugins which can use it when dbus-sharp is
unavailable

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
using System;
22
22
using System.Diagnostics;
23
23
 
 
24
#if USE_DBUS_SHARP
 
25
using DBus;
 
26
#else
24
27
using NDesk.DBus;
 
28
#endif
 
29
 
25
30
using org.freedesktop.DBus;
26
31
 
27
32
using Do.Platform;