1c0beca55d290fe0b1c96d78cbbcf94b05c23f5a5Peter Qiu//
2c0beca55d290fe0b1c96d78cbbcf94b05c23f5a5Peter Qiu// Copyright (C) 2015 The Android Open Source Project
3c0beca55d290fe0b1c96d78cbbcf94b05c23f5a5Peter Qiu//
4c0beca55d290fe0b1c96d78cbbcf94b05c23f5a5Peter Qiu// Licensed under the Apache License, Version 2.0 (the "License");
5c0beca55d290fe0b1c96d78cbbcf94b05c23f5a5Peter Qiu// you may not use this file except in compliance with the License.
6c0beca55d290fe0b1c96d78cbbcf94b05c23f5a5Peter Qiu// You may obtain a copy of the License at
7c0beca55d290fe0b1c96d78cbbcf94b05c23f5a5Peter Qiu//
8c0beca55d290fe0b1c96d78cbbcf94b05c23f5a5Peter Qiu//      http://www.apache.org/licenses/LICENSE-2.0
9c0beca55d290fe0b1c96d78cbbcf94b05c23f5a5Peter Qiu//
10c0beca55d290fe0b1c96d78cbbcf94b05c23f5a5Peter Qiu// Unless required by applicable law or agreed to in writing, software
11c0beca55d290fe0b1c96d78cbbcf94b05c23f5a5Peter Qiu// distributed under the License is distributed on an "AS IS" BASIS,
12c0beca55d290fe0b1c96d78cbbcf94b05c23f5a5Peter Qiu// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13c0beca55d290fe0b1c96d78cbbcf94b05c23f5a5Peter Qiu// See the License for the specific language governing permissions and
14c0beca55d290fe0b1c96d78cbbcf94b05c23f5a5Peter Qiu// limitations under the License.
15c0beca55d290fe0b1c96d78cbbcf94b05c23f5a5Peter Qiu//
168631154ee15cf8e0b4b266bfa0ce689a7af2ebcePeter Qiu
178631154ee15cf8e0b4b266bfa0ce689a7af2ebcePeter Qiu#include "shill/upstart/upstart_proxy_stub.h"
188631154ee15cf8e0b4b266bfa0ce689a7af2ebcePeter Qiu
198631154ee15cf8e0b4b266bfa0ce689a7af2ebcePeter Qiuusing std::string;
208631154ee15cf8e0b4b266bfa0ce689a7af2ebcePeter Qiuusing std::vector;
218631154ee15cf8e0b4b266bfa0ce689a7af2ebcePeter Qiu
228631154ee15cf8e0b4b266bfa0ce689a7af2ebcePeter Qiunamespace shill {
238631154ee15cf8e0b4b266bfa0ce689a7af2ebcePeter Qiu
248631154ee15cf8e0b4b266bfa0ce689a7af2ebcePeter QiuUpstartProxyStub::UpstartProxyStub() {}
258631154ee15cf8e0b4b266bfa0ce689a7af2ebcePeter Qiu
268631154ee15cf8e0b4b266bfa0ce689a7af2ebcePeter Qiuvoid UpstartProxyStub::EmitEvent(
278631154ee15cf8e0b4b266bfa0ce689a7af2ebcePeter Qiu    const string& /*name*/, const vector<string>& /*env*/, bool /*wait*/) {
288631154ee15cf8e0b4b266bfa0ce689a7af2ebcePeter Qiu  // STUB IMPLEMENTATION.
298631154ee15cf8e0b4b266bfa0ce689a7af2ebcePeter Qiu}
308631154ee15cf8e0b4b266bfa0ce689a7af2ebcePeter Qiu
318631154ee15cf8e0b4b266bfa0ce689a7af2ebcePeter Qiu}  // namespace shill
32