nsSubstringTuple.h revision 677833bc953b6cb418c701facbdcf4aa18d6c44e
5053N/A/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
5053N/A/* vim:set ts=2 sw=2 sts=2 et cindent: */
5053N/A/* ***** BEGIN LICENSE BLOCK *****
5053N/A * Version: MPL 1.1/GPL 2.0/LGPL 2.1
5053N/A *
5053N/A * The contents of this file are subject to the Mozilla Public License Version
5053N/A * 1.1 (the "License"); you may not use this file except in compliance with
5053N/A * the License. You may obtain a copy of the License at
5053N/A * http://www.mozilla.org/MPL/
5053N/A *
5053N/A * Software distributed under the License is distributed on an "AS IS" basis,
5053N/A * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
5053N/A * for the specific language governing rights and limitations under the
5053N/A * License.
5053N/A *
5053N/A * The Original Code is Mozilla.
5053N/A *
5053N/A * The Initial Developer of the Original Code is IBM Corporation.
5053N/A * Portions created by IBM Corporation are Copyright (C) 2003
5053N/A * IBM Corporation. All Rights Reserved.
5053N/A *
5053N/A * Contributor(s):
5053N/A * Darin Fisher <darin@meer.net>
5053N/A *
5053N/A * Alternatively, the contents of this file may be used under the terms of
5938N/A * either the GNU General Public License Version 2 or later (the "GPL"), or
5053N/A * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
5053N/A * in which case the provisions of the GPL or the LGPL are applicable instead
5053N/A * of those above. If you wish to allow use of your version of this file only
5232N/A * under the terms of either the GPL or the LGPL, and not to allow others to
5053N/A * use your version of this file under the terms of the MPL, indicate your
5053N/A * decision by deleting the provisions above and replace them with the notice
5232N/A * and other provisions required by the GPL or the LGPL. If you do not delete
5053N/A * the provisions above, a recipient may use your version of this file under
5053N/A * the terms of any one of the MPL, the GPL or the LGPL.
5232N/A *
5232N/A * ***** END LICENSE BLOCK ***** */
5938N/A
5271N/A#ifndef nsSubstringTuple_h___
5271N/A#define nsSubstringTuple_h___
5271N/A
5271N/A#ifndef nsSubstring_h___
5271N/A#include "nsSubstring.h"
5271N/A#endif
5271N/A
5271N/A // declare nsSubstringTuple
5271N/A#include "string-template-def-unichar.h"
5271N/A#include "nsTSubstringTuple.h"
5271N/A#include "string-template-undef.h"
5271N/A
5271N/A // declare nsCSubstringTuple
5271N/A#include "string-template-def-char.h"
5232N/A#include "nsTSubstringTuple.h"
5271N/A#include "string-template-undef.h"
5053N/A
5053N/A#endif // !defined(nsSubstringTuple_h___)
5232N/A