Skip to content

Commit

Permalink
extras: remove Configurator classes
Browse files Browse the repository at this point in the history
These are confusing wrt RTT::ConfigurationInterface and not used/useful

Signed-off-by: Peter Soetens <[email protected]>
  • Loading branch information
Peter Soetens committed May 25, 2011
1 parent 9b811a5 commit 608ac23
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 234 deletions.
88 changes: 0 additions & 88 deletions rtt/extras/ConfigurationInterface.hpp

This file was deleted.

142 changes: 0 additions & 142 deletions rtt/extras/Configurator.hpp

This file was deleted.

2 changes: 0 additions & 2 deletions rtt/extras/rtt-extras-fwd.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

namespace RTT {
namespace extras {
class ConfigurationInterface;
class Configurator;
class FileDescriptorActivity;
class IRQActivity;
class PeriodicActivity;
Expand Down
4 changes: 2 additions & 2 deletions rtt/types/GlobalsRepository.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@
namespace RTT {
namespace types {
/**
* An ConfigurationInterface for holding global variables.
* An RTT::ConfigurationInterface for holding global variables.
* The RTT uses this to export enumerations to scripting,
* but users may extend this as well for their own applications.
*
* It is recommended to use the setValue() function to add
* globals, such that they become owned by the GlobalsRepository.
*/
class RTT_API GlobalsRepository
: public ConfigurationInterface
: public RTT::ConfigurationInterface
{
public:
typedef boost::shared_ptr<GlobalsRepository> shared_ptr;
Expand Down

0 comments on commit 608ac23

Please sign in to comment.