File: nsIMigemoModule.cpp

package info (click to toggle)
cmigemo 20110227-7
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 840 kB
  • sloc: ansic: 2,617; lisp: 608; cs: 183; makefile: 159; sh: 137; cpp: 67; perl: 59; csh: 49
file content (18 lines) | stat: -rw-r--r-- 342 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Copyright 2005 MURAOKA Taro(KoRoN)/KaoriYa

#include <nsIGenericFactory.h>
#include "nsMigemo.h"

NS_GENERIC_FACTORY_CONSTRUCTOR(nsMigemo);

static nsModuleComponentInfo components[] = 
{
    {
	NS_MIGEMO_CLASSNAME,
	NS_MIGEMO_CID,
	NS_MIGEMO_CONTRACTID,
	nsMigemoConstructor,
    }
};

NS_IMPL_NSGETMODULE("nsIMigemoModule", components);