25 #ifndef INCLUDED_BaseServerInterface_h_GUID_C3BFB8DB_2F11_43B6_791E_22E800890BEB
26 #define INCLUDED_BaseServerInterface_h_GUID_C3BFB8DB_2F11_43B6_791E_22E800890BEB
33 #include <boost/noncopyable.hpp>
39 namespace connection {
54 typedef shared_ptr<BaseServerInterface> ServerInterfacePtr;
58 #endif // INCLUDED_BaseServerInterface_h_GUID_C3BFB8DB_2F11_43B6_791E_22E800890BEB
A DeviceToken connects the generic device interaction code in PluginKit's C API with the workings of ...
virtual void registerMessageTypes(DeviceToken &dev)=0
Interface for registering message types.
Base interface class for device interfaces that don't wrap existing VRPN classes. ...
Header to bring shared_ptr into the osvr namespace.
virtual ~BaseServerInterface()
Virtual destructor.