source: trunk/third/firefox/xpcom/base/nsWeakPtr.h @ 21695

Revision 21695, 1008 bytes checked in by rbasch, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21694, which included commits to RCS files with non-trunk default branches.
Line 
1/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
2 *
3 * The contents of this file are subject to the Mozilla Public
4 * License Version 1.1 (the "License"); you may not use this file
5 * except in compliance with the License. You may obtain a copy of
6 * the License at http://www.mozilla.org/MPL/
7 *
8 * Software distributed under the License is distributed on an "AS
9 * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
10 * implied. See the License for the specific language governing
11 * rights and limitations under the License.
12 *
13 * The Original Code is the Mozilla browser.
14 *
15 * The Initial Developer of the Original Code is Netscape
16 * Communications, Inc.  Portions created by Netscape are
17 * Copyright (C) 1999, Mozilla.  All Rights Reserved.
18 *
19 * Contributor(s):
20 *   Scott Collins <scc@netscape.com>
21 */
22
23#ifndef nsWeakPtr_h__
24#define nsWeakPtr_h__
25
26#include "nsIWeakReference.h"
27#include "nsCOMPtr.h"
28
29// typedef nsCOMPtr<nsIWeakReference> nsWeakPtr;
30
31#endif
Note: See TracBrowser for help on using the repository browser.