AuboCaps  0.6.0
installation_contribution_configuration.h
Go to the documentation of this file.
1 #ifndef AUBO_SCOPE_INSTALLATION_CONTRIBUTION_CONFIGURATION_H
2 #define AUBO_SCOPE_INSTALLATION_CONTRIBUTION_CONFIGURATION_H
3 
5 
6 namespace arcs {
7 namespace aubo_scope {
8 
9 ARCS_CLASS_FORWARD(InstallationContributionConfiguration);
10 
12 {
13 public:
14  virtual ~InstallationContributionConfiguration() = default;
15  // Intentionally left blank for future extension
16 };
17 
18 } // namespace aubo_scope
19 } // namespace arcs
20 
21 #endif // AUBO_SCOPE_INSTALLATION_CONTRIBUTION_CONFIGURATION_H
ARCS_CLASS_FORWARD(GripForceCapability)