| Index: src/service.h
|
| diff --git a/src/service.h b/src/service.h
|
| index 442ea7119b4d59a90394af61e900791a9a24a6a7..5143fedc82df265006a4c0da6e80769160db5d93 100644
|
| --- a/src/service.h
|
| +++ b/src/service.h
|
| @@ -2,6 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +// TODO(vlaviano): update accessor style (GetFoo/SetFoo -> foo)
|
| +
|
| #ifndef SRC_SERVICE_H_
|
| #define SRC_SERVICE_H_
|
|
|
| @@ -78,6 +80,7 @@ class Service : public org::chromium::flimflam::Service_proxy,
|
| virtual Device* GetDevice() const;
|
|
|
| // get data plan info, formatted for D-Bus
|
| + // filters out inactive (future, expired, or consumed) plans
|
| virtual DBusDataPlanList GetDBusDataPlans() const;
|
|
|
| // do we think that we're the default service at this time?
|
|
|