Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 104416be authored by Bernie Innocenti's avatar Bernie Innocenti Committed by Gerrit Code Review
Browse files

Merge "Avoid multiple inheritance in ResolverTest"

parents 93390229 a5c7b7bb
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -65,10 +65,11 @@ public:
    void TearDownOemNetwork(int oemNetId);

    virtual void SetUp();

    virtual void TearDown();

public:
    android::net::INetd* netdService() const { return mNetdSrv.get(); }

  private:
    android::sp<android::net::INetd> mNetdSrv = nullptr;
    int mOemNetId = -1;
};
+135 −127

File changed.

Preview size limit exceeded, changes collapsed.