Skip to content

Commit

Permalink
methods: temporary commit for fixing scripting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Soetens committed Feb 3, 2010
1 parent 6154a66 commit 0437419
Show file tree
Hide file tree
Showing 39 changed files with 526 additions and 1,198 deletions.
1 change: 1 addition & 0 deletions rtt/interface/ServiceProvider.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef ORO_SERVICE_PROVIDER_HPP
#define ORO_SERVICE_PROVIDER_HPP

#include "../rtt-config.h"
#include "../internal/OperationFactory.hpp"
#include "../internal/LocalMethod.hpp"
#include "../internal/MethodC.hpp"
Expand Down
4 changes: 0 additions & 4 deletions rtt/internal/OperationFactory.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,6 @@ namespace RTT
return i->second->produceCollect( args, blocking );
}

#if 0
/**
* The descriptions of an argumentlist.
*/
Expand All @@ -412,7 +411,6 @@ namespace RTT
if ( i == data.end() || i->second == 0) ORO_THROW_OR_RETURN(name_not_found_exception(), Descriptions());
return i->second->getArgumentList();
}
#endif

/**
* Get the type name of the result type of an operation.
Expand All @@ -428,7 +426,6 @@ namespace RTT
return i->second->resultType();
}

#if 0
/**
* Get the description of an operation
*
Expand All @@ -442,7 +439,6 @@ namespace RTT
if ( i == data.end() || i->second == 0) ORO_THROW_OR_RETURN(name_not_found_exception(), std::string());
return i->second->description();
}
#endif

/**
* Add a new operation to the interface.
Expand Down
210 changes: 0 additions & 210 deletions rtt/scripting/CommandParser.cpp

This file was deleted.

Loading

0 comments on commit 0437419

Please sign in to comment.