manual merge of tripzero/master
authorKevron Rees <kevron.m.rees@intel.com>
Sat, 31 Jan 2015 00:28:51 +0000 (16:28 -0800)
committerKevron Rees <kevron.m.rees@intel.com>
Sat, 31 Jan 2015 00:28:51 +0000 (16:28 -0800)
1  2 
plugins/common/dbusplugin.cpp

  #include "debugout.h"
  #include "listplusplus.h"
  
- DBusSink::DBusSink(string propertyName, AbstractRoutingEngine* engine, GDBusConnection* connection, map<string, string> config)
+ DBusSink::DBusSink(std::string propertyName, AbstractRoutingEngine* engine, GDBusConnection* connection, std::map<std::string, std::string> config)
 +std::map<std::string, std::string> DBusSink::dbusConfig;
 +
        :AbstractDBusInterface("org.automotive."+propertyName, propertyName, connection),
 -        AbstractSink(engine, config)
 +        AbstractSink(engine, dbusConfig)
  {
        AbstractDBusInterface::re = engine;