32 #ifndef CXNETWORKSERVICE_H 33 #define CXNETWORKSERVICE_H 36 #include "cxResourceExport.h" 37 #include "boost/shared_ptr.hpp" 39 #include <QStringList> 42 #define NetworkService_iid "cx::NetworkService" 59 virtual QStringList getConnectionUids()
const = 0;
60 virtual std::vector<NetworkConnectionHandlePtr> getConnections()
const = 0;
61 virtual NetworkConnectionHandlePtr getConnection(QString uid) = 0;
63 void connectionsChanged();
70 #endif // CXNETWORKSERVICE_H #define NetworkService_iid
boost::shared_ptr< class NetworkConnectionHandle > NetworkConnectionHandlePtr
boost::shared_ptr< class NetworkServiceImpl > NetworkServiceImplPtr
virtual ~NetworkService()
Namespace for all CustusX production code.