summaryrefslogtreecommitdiff
path: root/src/traffic-incidents-service/org.genivi.trafficincidentsservice.dbuswrapper/src/main/java/org/genivi/trafficincidentsservice/trafficincidentfeed/dbus/CauseStruct.java
blob: 01b4ff4c7a5d117a7c0e07f58ecee1fddcb4589d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/**
 * Copyright (C) 2013 TomTom International B.V.
 * 
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 */
package org.genivi.trafficincidentsservice.trafficincidentfeed.dbus;

import org.freedesktop.dbus.Struct;

public class CauseStruct extends Struct {
  public CauseStruct() {
  }
}