2009-08-25 23:07:22 +00:00
|
|
|
/* -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: nil; tab-width: 8 -*- */
|
2012-05-21 11:12:37 +00:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
2009-08-25 23:07:22 +00:00
|
|
|
|
2010-04-27 07:12:38 +00:00
|
|
|
include protocol PTestShell;
|
2009-08-25 23:07:22 +00:00
|
|
|
|
|
|
|
namespace mozilla {
|
|
|
|
namespace ipc {
|
|
|
|
|
2009-09-09 22:00:14 +00:00
|
|
|
protocol PTestShellCommand
|
2009-08-25 23:07:22 +00:00
|
|
|
{
|
2009-09-09 22:00:14 +00:00
|
|
|
manager PTestShell;
|
2009-12-03 08:16:14 +00:00
|
|
|
|
|
|
|
parent:
|
|
|
|
__delete__(nsString aResponse);
|
2009-08-25 23:07:22 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
} // namespace ipc
|
|
|
|
} // namespace mozilla
|