summaryrefslogtreecommitdiff
path: root/includes/control/ControlSendInterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/control/ControlSendInterface.h')
-rw-r--r--includes/control/ControlSendInterface.h18
1 files changed, 13 insertions, 5 deletions
diff --git a/includes/control/ControlSendInterface.h b/includes/control/ControlSendInterface.h
index 9c1fa7a..401d176 100644
--- a/includes/control/ControlSendInterface.h
+++ b/includes/control/ControlSendInterface.h
@@ -22,12 +22,12 @@
*
* THIS CODE HAS BEEN GENERATED BY ENTERPRISE ARCHITECT GENIVI MODEL. PLEASE CHANGE ONLY IN ENTERPRISE ARCHITECT AND GENERATE AGAIN
*/
-#if !defined(EA_7E13E25E_46FA_4211_BD7C_7169D8F7D065__INCLUDED_)
-#define EA_7E13E25E_46FA_4211_BD7C_7169D8F7D065__INCLUDED_
+#if !defined(EA_7C94464D_AE95_434a_A108_201C19F97A85__INCLUDED_)
+#define EA_7C94464D_AE95_434a_A108_201C19F97A85__INCLUDED_
#include <vector>
#include <string>
-#include "../audiomanagertypes.h"
+#include "audiomanagertypes.h"
namespace am {
class ControlReceiveInterface;
@@ -40,12 +40,20 @@ namespace am {
* All the hooks represent system events that need to be handled. The callback functions are used to handle for example answers to function calls on the AudioManagerCoreInterface.
* @author christian
* @version 1.0
- * @created 19-Jan-2012 4:32:01 PM
+ * @created 26-Jan-2012 6:00:53 PM
*/
class ControlSendInterface
{
public:
+ ControlSendInterface() {
+
+ }
+
+ virtual ~ControlSendInterface() {
+
+ }
+
/**
* Starts up the controller.
*
@@ -359,4 +367,4 @@ namespace am {
};
}
-#endif // !defined(EA_7E13E25E_46FA_4211_BD7C_7169D8F7D065__INCLUDED_)
+#endif // !defined(EA_7C94464D_AE95_434a_A108_201C19F97A85__INCLUDED_)