VR-Forces 4.1 Class Documentation
DtWebSocketImageTaskElementConfigurationInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
10 
11 #pragma once
12 
14 
15 #include <boost/signals.hpp>
16 
17 #include <list>
18 
19 namespace makVrv
20 {
21  class DtUnicode;
22 
26  {
27  public:
30 
33 
35  virtual void setPort( int port ) = 0;
36 
37  boost::signal< void ( int port )> signal_portSelected;
38  protected:
39  };
40 }

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)