VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
backEndSelectionListInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtBackEndSelectionListInterface.h,v $ $Revision: 1.1 $ $State: Exp $
7 ******************************************************************************/
8 
11 
13 
14 #pragma once
15 
17 #include <string>
18 
19 #include <boost/signal.hpp>
20 
21 class DtSimulationAddress;
22 class DtBackend;
23 
24 namespace makVrf
25 {
28  {
29  public:
30 
33 
34  virtual void addBackend(const std::string& backend, const DtBackend&) = 0;
35  virtual void removeBackend(const std::string& backend) = 0;
36 
37  virtual std::string statusFor(const std::string& backend) = 0;
38  virtual void setStatusFor(const std::string& backend, const std::string& status) = 0;
39 
40  public:
41  boost::signal<void (const DtSimulationAddress&)> signal_backEndSelected;
42  };
43 }

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)