Skip to content

Commit

Permalink
Resolve the problem in merging
Browse files Browse the repository at this point in the history
  • Loading branch information
Shenghua committed Feb 24, 2011
1 parent ba3399e commit 8860637
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 19 deletions.
4 changes: 0 additions & 4 deletions adaptors/alsadaptor-ascii/alsadaptor-ascii.cpp
Expand Up @@ -11,10 +11,7 @@
@author Ustun Ergenoglu <ext-ustun.ergenoglu@nokia.com>
@author Matias Muhonen <ext-matias.muhonen@nokia.com>
@author Tapio Rantala <ext-tapio.rantala@nokia.com>
<<<<<<< HEAD
@author Antti Virtanen <antti.i.virtanen@nokia.com>
=======
>>>>>>> harmattan
@author Lihan Guo <ext-lihan.4.guo@nokia.com>
This file is part of Sensord.
Expand All @@ -36,7 +33,6 @@
#include <fcntl.h>
#include <sys/stat.h>
#include <errno.h>
#include <string.h>
#include <QFile>

#include "logging.h"
Expand Down
4 changes: 4 additions & 0 deletions adaptors/alsadaptor/alsadaptor.cpp
Expand Up @@ -58,6 +58,10 @@ ALSAdaptor::ALSAdaptor(const QString& id):
setDescription("Ambient light");
deviceType_ = (DeviceType)Config::configuration()->value("als/driver_type", "0").toInt();
powerStatePath_ = Config::configuration()->value("als/powerstate_path").toByteArray();
#ifdef SENSORFW_MCE_WATCHER
dbusIfc = new QDBusInterface(MCE_SERVICE, MCE_REQUEST_PATH, MCE_REQUEST_IF,
QDBusConnection::systemBus(), this);
#endif
}

ALSAdaptor::~ALSAdaptor()
Expand Down
Expand Up @@ -11,13 +11,9 @@
@author Ustun Ergenoglu <ext-ustun.ergenoglu@nokia.com>
@author Matias Muhonen <ext-matias.muhonen@nokia.com>
@author Tapio Rantala <ext-tapio.rantala@nokia.com>
<<<<<<< HEAD
@author Antti Virtanen <antti.i.virtanen@nokia.com>
@author Lihan Guo <ext-lihan.4.guo@nokia.com>
=======
@author Lihan Guo <ext-lihan.4.guo@nokia.com>
>>>>>>> harmattan
@author Shenghua <ext-shenghua.1.liu@nokia.com>
This file is part of Sensord.
Expand Down
3 changes: 0 additions & 3 deletions adaptors/proximityadaptor-ascii/proximityadaptor-ascii.cpp
Expand Up @@ -11,10 +11,7 @@
@author Ustun Ergenoglu <ext-ustun.ergenoglu@nokia.com>
@author Matias Muhonen <ext-matias.muhonen@nokia.com>
@author Tapio Rantala <ext-tapio.rantala@nokia.com>
<<<<<<< HEAD
@author Antti Virtanen <antti.i.virtanen@nokia.com>
=======
>>>>>>> harmattan
@author Lihan Guo <ext-lihan.4.guo@nokia.com>
This file is part of Sensord.
Expand Down
4 changes: 0 additions & 4 deletions chains/orientationchain/orientationchain.h
Expand Up @@ -5,11 +5,7 @@
<p>
Copyright (C) 2009-2010 Nokia Corporation
<<<<<<< HEAD
@author Ustun Ergenoglu <ext-ustun.ergenoglu@nokia.com>
=======
@author Üstün Ergenoglu <ext-ustun.ergenoglu@nokia.com>
>>>>>>> harmattan
@author Lihan Guo <ext-lihan.4.guo@nokia.com>
This file is part of Sensord.
Expand Down
4 changes: 1 addition & 3 deletions core/inputdevadaptor.cpp
Expand Up @@ -8,11 +8,9 @@
@author Timo Rongas <ext-timo.2.rongas@nokia.com>
@author Ustun Ergenoglu <ext-ustun.ergenoglu@nokia.com>
@author Matias Muhonen <ext-matias.muhonen@nokia.com>
<<<<<<< HEAD
@author Antti Virtanen <antti.i.virtanen@nokia.com>
=======
>>>>>>> harmattan
@author Lihan Guo <ext-lihan.4.guo@nokia.com>
@author Shenghua <ext-shenghua.1.liu@nokia.com>
This file is part of Sensord.
Expand Down

0 comments on commit 8860637

Please sign in to comment.