зеркало из https://github.com/mozilla/pjs.git
10 строки
152 B
C
10 строки
152 B
C
|
#ifndef nsWeakPtr_h__
|
||
|
#define nsWeakPtr_h__
|
||
|
|
||
|
#include "nsIWeakReference.h"
|
||
|
#include "nsCOMPtr.h"
|
||
|
|
||
|
typedef nsCOMPtr<nsIWeakReference> nsWeakPtr;
|
||
|
|
||
|
#endif
|