~alexlauni/do/dos-new-do

« back to all changes in this revision

Viewing changes to src/Backends/DBus/src/DBusItemSource.cs

  • Committer: Alex Launi
  • Date: 2010-08-05 21:21:51 UTC
  • Revision ID: alex.launi@gmail.com-20100805212151-8olyxlnbif7dzjq5
Continue fleshing out the architecture

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
                IDBusItem inner_item;
48
48
                IDBusItemSource inner_source;
49
49
 
50
 
                internal DBusItemSource (ObjectPath path, IDBusItem innerItem, IDBusItemSource innerSource)
 
50
                public DBusItemSource (ObjectPath path, IDBusItem innerItem, IDBusItemSource innerSource)
51
51
                        : base (path)
52
52
                {
53
53
                        inner_item = innerItem;