コード例 #1
0
	void CodecLibrary::registerDecoder(const HBitmapDecoder &decoder){
		myDecoders.insert(decoderPair(decoder->getMimeType(), decoder));
	}