Last change
on this file since 168 was 2, checked in by Dmitry A. Kuminov, 16 years ago |
Initially imported qt-all-opensource-src-4.5.1 from Trolltech.
|
File size:
718 bytes
|
Line | |
---|
1 | /*
|
---|
2 | * This file was generated by dbusxml2cpp version 0.6
|
---|
3 | * Command line was: dbusxml2cpp -c CarInterface -p car_interface_p.h:car_interface.cpp car.xml
|
---|
4 | *
|
---|
5 | * dbusxml2cpp is Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
---|
6 | *
|
---|
7 | * This is an auto-generated file.
|
---|
8 | * This file may have been hand-edited. Look for HAND-EDIT comments
|
---|
9 | * before re-generating it.
|
---|
10 | */
|
---|
11 |
|
---|
12 | #include "car_interface_p.h"
|
---|
13 |
|
---|
14 | /*
|
---|
15 | * Implementation of interface class CarInterface
|
---|
16 | */
|
---|
17 |
|
---|
18 | CarInterface::CarInterface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent)
|
---|
19 | : QDBusAbstractInterface(service, path, staticInterfaceName(), connection, parent)
|
---|
20 | {
|
---|
21 | }
|
---|
22 |
|
---|
23 | CarInterface::~CarInterface()
|
---|
24 | {
|
---|
25 | }
|
---|
26 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.