blob: 632e28d9ce76e4304ffb765152fba976f51995cd [file] [log] [blame]
// Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef GOBI_CROMO_PLUGIN_GOBI_3K_MODEM_H_
#define GOBI_CROMO_PLUGIN_GOBI_3K_MODEM_H_
#include <string>
#include "gobi-cromo-plugin/gobi_modem.h"
class Gobi3KModemHelper : public GobiModemHelper {
public:
explicit Gobi3KModemHelper(gobi::Sdk* sdk);
~Gobi3KModemHelper();
virtual void SetCarrier(GobiModem* modem,
GobiModemHandler* handler,
const std::string& carrier_name,
DBus::Error& error);
private:
DISALLOW_COPY_AND_ASSIGN(Gobi3KModemHelper);
};
#endif // GOBI_CROMO_PLUGIN_GOBI_3K_MODEM_H_