Skip to content

Commit

Permalink
saba-ja: added missing GenericHub.hpp file (#1192)
Browse files Browse the repository at this point in the history
  • Loading branch information
saba-ja authored Jan 3, 2022
1 parent 85fa25b commit 90b05b6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Svc/GenericHub/GenericHub.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// ======================================================================
// GenericHub.hpp
// Standardization header for GenericHub
// ======================================================================

#ifndef Svc_GenericHub_HPP
#define Svc_GenericHub_HPP

#include "Svc/GenericHub/GenericHubComponentImpl.hpp"

namespace Svc {

using GenericHub = GenericHubComponentImpl;

}

#endif

0 comments on commit 90b05b6

Please sign in to comment.