mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 18:35:35 +08:00
Add DBus P2P support to XSwiftBus
ref T291
This commit is contained in:
committed by
Klaus Basan
parent
fd45de89d9
commit
488ff96ce6
@@ -34,9 +34,12 @@ namespace XSwiftBus
|
||||
//! Bus type
|
||||
enum BusType { SessionBus };
|
||||
|
||||
//! Constructor
|
||||
//! Default constructor
|
||||
CDBusConnection();
|
||||
|
||||
//! Constructor
|
||||
CDBusConnection(DBusConnection *connection);
|
||||
|
||||
//! Destructor
|
||||
~CDBusConnection();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user