Skip to content

Commit

Permalink
IOX-eclipse-iceoryx#21 Remove obsolete comments
Browse files Browse the repository at this point in the history
Signed-off-by: Hoinkis Simon (CC-AD/ESW1) <simon.hoinkis2@de.bosch.com>
  • Loading branch information
mossmaurice committed Dec 13, 2019
1 parent 84bcf92 commit 9ccf7f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,18 @@ namespace client
{
namespace introspection
{

class IceOryxIntrospectionApp : public IntrospectionApp
{
public:
/// @brief contructor to create the introspection
/// @param[in] argc forwarding of command line arguments
/// @param[in] argv forwarding of command line arguments
/// @param[in] config the configuration to use
IceOryxIntrospectionApp(int argc, char* argv[]) noexcept;

/// @brief starts the execution of introspection
void run() noexcept override;
};

} // namespace introspection
} // namespace client
} // namespace iox
}
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ class IntrospectionApp
/// @brief contructor to create a introspection
/// @param[in] argc forwarding of command line arguments
/// @param[in] argv forwarding of command line arguments
/// @param[in] config the configuration to use
IntrospectionApp(int argc, char* argv[]) noexcept;

virtual ~IntrospectionApp() noexcept {};
Expand Down

0 comments on commit 9ccf7f0

Please sign in to comment.