11 #ifndef CXNETWORKSERVICE_H
12 #define CXNETWORKSERVICE_H
15 #include "cxResourceExport.h"
16 #include "boost/shared_ptr.hpp"
18 #include <QStringList>
21 #define NetworkService_iid "cx::NetworkService"
38 virtual QStringList getConnectionUids()
const = 0;
39 virtual std::vector<NetworkConnectionHandlePtr> getConnections()
const = 0;
42 void connectionsChanged();
49 #endif // CXNETWORKSERVICE_H