32 #ifndef CXNETWORKSERVICEIMPL_H_ 33 #define CXNETWORKSERVICEIMPL_H_ 35 #include "boost/shared_ptr.hpp" 40 #include "org_custusx_core_openigtlink_Export.h" 58 QStringList getConnectionUids()
const;
61 std::vector<NetworkConnectionHandlePtr> getConnections()
const;
62 NetworkConnectionHandlePtr getConnection(QString uid);
64 void connectionsChanged();
68 QString newConnection(QString suggested_uid);
69 QString findUniqueUidNumber(QString uidBase)
const;
70 NetworkConnectionHandlePtr findConnection(QString uid)
const;
71 std::vector<NetworkConnectionHandlePtr> mConnections;
77 #endif // CXNETWORKSERVICEIMPL_H_
boost::shared_ptr< class NetworkConnectionHandle > NetworkConnectionHandlePtr
boost::shared_ptr< class NetworkServiceImpl > NetworkServiceImplPtr
Helper class for xml files used to store ssc/cx data.
Namespace for all CustusX production code.