Skip to content

Commit

Permalink
unique abstract service does not make sense
Browse files Browse the repository at this point in the history
  • Loading branch information
gracicot committed Feb 12, 2016
1 parent 40bc910 commit f831ef6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/kangaru/service.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,4 @@ struct AbstractSharedService : Single {
virtual std::shared_ptr<T> forward() = 0;
};

template<typename T>
struct AbstractUniqueService : Single {
virtual std::unique_ptr<T> forward() = 0;
};

}

0 comments on commit f831ef6

Please sign in to comment.