AuboCaps  0.6.0
installation_creation_context.h
Go to the documentation of this file.
1 #ifndef AUBO_SCOPE_INSTALLATION_CREATION_CONTEXT_H
2 #define AUBO_SCOPE_INSTALLATION_CREATION_CONTEXT_H
3 
5 
6 namespace arcs {
7 namespace aubo_scope {
8 
9 ARCS_CLASS_FORWARD(InstallationCreationContext);
10 
11 /**
12  * Provides information about the context in which an installation node is
13  * created
14  */
16 {
17 public:
19  {
20  NEW,
22  };
23 
27 
29 
30  std::string getCreatedVersion();
31  std::string getLastSavedVersion();
32 
33 private:
34  friend class DataSwitch;
36  void *d_{ nullptr };
37 };
38 
39 } // namespace aubo_scope
40 } // namespace arcs
41 
42 #endif // AUBO_SCOPE_INSTALLATION_CREATION_CONTEXT_H
ARCS_CLASS_FORWARD(GripForceCapability)
Provides information about the context in which an installation node is created.