aboutsummaryrefslogtreecommitdiff
path: root/files/ja/mozilla/tech/xpcom/reference/glue_classes/nscomptr/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/mozilla/tech/xpcom/reference/glue_classes/nscomptr/index.html')
-rw-r--r--files/ja/mozilla/tech/xpcom/reference/glue_classes/nscomptr/index.html27
1 files changed, 0 insertions, 27 deletions
diff --git a/files/ja/mozilla/tech/xpcom/reference/glue_classes/nscomptr/index.html b/files/ja/mozilla/tech/xpcom/reference/glue_classes/nscomptr/index.html
deleted file mode 100644
index 3de5c924b8..0000000000
--- a/files/ja/mozilla/tech/xpcom/reference/glue_classes/nscomptr/index.html
+++ /dev/null
@@ -1,27 +0,0 @@
----
-title: nsCOMPtr
-slug: Mozilla/Tech/XPCOM/Reference/Glue_classes/nsCOMPtr
-tags:
- - XPCOM
- - XPCOM API Reference
-translation_of: Mozilla/Tech/XPCOM/Reference/Glue_classes/nsCOMPtr
----
-<div>« <a href="/ja/docs/XPCOM_API_Reference">XPCOM API Reference</a></div>
-
-<h2 id="Summary" name="Summary">概要</h2>
-
-
-<p>このユーティリティクラスは、 C++ のコードからの XPCOM インタフェースの参照の管理をシンプルにします。</p>
-
-<pre class="syntaxbox">#include "nsCOMPtr.h"</pre>
-
-
-<h2 id="Remarks" name="Remarks">備考</h2>
-
-<p>詳細については『 <a href="/ja/docs/Using_nsCOMPtr"><code>nsCOMPtr</code> の使用</a>』 を参照して下さい。</p>
-
-
-
-
-
-このクラスを使用するには、コンポーネントまたはアプリケーションから <a href="/ja/docs/XPCOM_Glue">XPCOM glue library</a> にリンクする必要があります。クラス自体とそれに使用されている支援機能は凍結されていませんが、容易な再利用のために XPCOM glue library の一部として提供されています。