summaryrefslogtreecommitdiff
path: root/includes/command/CommandReceiveInterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/command/CommandReceiveInterface.h')
-rw-r--r--includes/command/CommandReceiveInterface.h18
1 files changed, 13 insertions, 5 deletions
diff --git a/includes/command/CommandReceiveInterface.h b/includes/command/CommandReceiveInterface.h
index 8821898..20e4455 100644
--- a/includes/command/CommandReceiveInterface.h
+++ b/includes/command/CommandReceiveInterface.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_434BDFE9_DDA7_4273_AF1E_77AE60CB055D__INCLUDED_)
-#define EA_434BDFE9_DDA7_4273_AF1E_77AE60CB055D__INCLUDED_
+#if !defined(EA_6FE1E594_3CEA_4eaa_BAD0_7BB39D3150D2__INCLUDED_)
+#define EA_6FE1E594_3CEA_4eaa_BAD0_7BB39D3150D2__INCLUDED_
#include <vector>
#include <string>
-#include "../audiomanagertypes.h"
+#include "audiomanagertypes.h"
namespace am {
class DBusWrapper;
class SocketHandler;
@@ -40,12 +40,20 @@ namespace am {
* The interface towards the Controlling Instance (e.g HMI). It handles the communication towards the HMI and other system components who need to interact with the audiomanagement.
* @author christian
* @version 1.0
- * @created 19-Jan-2012 4:32:00 PM
+ * @created 26-Jan-2012 6:00:52 PM
*/
class CommandReceiveInterface
{
public:
+ CommandReceiveInterface() {
+
+ }
+
+ virtual ~CommandReceiveInterface() {
+
+ }
+
/**
* connects a source to sink
* @return E_OK on success, E_NOT_POSSIBLE on failure, E_ALREADY_EXISTS if the connection does already exists
@@ -196,4 +204,4 @@ namespace am {
};
}
-#endif // !defined(EA_434BDFE9_DDA7_4273_AF1E_77AE60CB055D__INCLUDED_)
+#endif // !defined(EA_6FE1E594_3CEA_4eaa_BAD0_7BB39D3150D2__INCLUDED_)