2009-06-16 16:42:35 +00:00
|
|
|
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
2011-05-27 22:37:24 +00:00
|
|
|
/* vim: set ts=2 et sw=2 tw=80: */
|
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-06-16 16:42:35 +00:00
|
|
|
|
2012-04-09 10:18:03 +00:00
|
|
|
#ifndef MOZILLA_A11Y_ARIAGRIDACCESSIBLEWRAP_H
|
|
|
|
#define MOZILLA_A11Y_ARIAGRIDACCESSIBLEWRAP_H
|
2009-06-16 16:42:35 +00:00
|
|
|
|
2012-04-09 10:18:03 +00:00
|
|
|
#include "ARIAGridAccessible.h"
|
2009-06-16 16:42:35 +00:00
|
|
|
|
2012-04-09 10:18:03 +00:00
|
|
|
namespace mozilla {
|
|
|
|
namespace a11y {
|
2009-06-16 16:42:35 +00:00
|
|
|
|
2012-04-09 10:18:03 +00:00
|
|
|
typedef class ARIAGridAccessible ARIAGridAccessibleWrap;
|
|
|
|
typedef class ARIAGridCellAccessible ARIAGridCellAccessibleWrap;
|
|
|
|
|
|
|
|
} // namespace a11y
|
|
|
|
} // namespace mozilla
|
2009-06-16 16:42:35 +00:00
|
|
|
|
2012-04-09 10:18:03 +00:00
|
|
|
#endif
|