summaryrefslogtreecommitdiff
path: root/includes/routing/RoutingReceiveInterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/routing/RoutingReceiveInterface.h')
-rw-r--r--includes/routing/RoutingReceiveInterface.h18
1 files changed, 13 insertions, 5 deletions
diff --git a/includes/routing/RoutingReceiveInterface.h b/includes/routing/RoutingReceiveInterface.h
index 13752c4..ff33d61 100644
--- a/includes/routing/RoutingReceiveInterface.h
+++ b/includes/routing/RoutingReceiveInterface.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_5AC7DCDD_B4FD_44d2_8783_CC96D8595F43__INCLUDED_)
-#define EA_5AC7DCDD_B4FD_44d2_8783_CC96D8595F43__INCLUDED_
+#if !defined(EA_6B4A81F5_2BD8_4604_859D_4539E7E95638__INCLUDED_)
+#define EA_6B4A81F5_2BD8_4604_859D_4539E7E95638__INCLUDED_
#include <vector>
#include <string>
-#include "../audiomanagertypes.h"
+#include "audiomanagertypes.h"
namespace am {
class DBusWrapper;
@@ -41,12 +41,20 @@ namespace am {
* Routing Receive sendInterface description. This class implements everything from RoutingAdapter -> Audiomanager
* @author christian
* @version 1.0
- * @created 19-Jan-2012 4:32:01 PM
+ * @created 26-Jan-2012 6:00:53 PM
*/
class RoutingReceiveInterface
{
public:
+ RoutingReceiveInterface() {
+
+ }
+
+ virtual ~RoutingReceiveInterface() {
+
+ }
+
/**
* acknowledges a asyncConnect
*
@@ -324,4 +332,4 @@ namespace am {
};
}
-#endif // !defined(EA_5AC7DCDD_B4FD_44d2_8783_CC96D8595F43__INCLUDED_)
+#endif // !defined(EA_6B4A81F5_2BD8_4604_859D_4539E7E95638__INCLUDED_)