Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Commit

Permalink
Merge pull request #385 from smatusie/workshoptask
Browse files Browse the repository at this point in the history
remove base define
  • Loading branch information
dawagner authored Oct 27, 2016
2 parents bd1e525 + 0ab731c commit 12bfd67
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions skeleton-subsystem/SkeletonSubsystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,9 @@
#include "SubsystemObjectFactory.h"
#include "SkeletonSubsystemObject.h"

#define base CSubsystem

// Implementation
CSkeletonSubsystem::CSkeletonSubsystem(const std::string &strName, core::log::Logger &logger)
: base(strName, logger)
: CSubsystem(strName, logger)
{
// Provide mapping keys to upper layer
addContextMappingKey("Owner");
Expand Down

0 comments on commit 12bfd67

Please sign in to comment.