00001 00009 #include "HoldInstructionCodeFactory.h" 00010 #include "HoldInstructionCode.h" 00011 00019 CPKIFHoldInstructionCodeFactory::CPKIFHoldInstructionCodeFactory() 00020 { 00021 } 00030 void CPKIFHoldInstructionCodeFactory::Initialize() 00031 { 00032 } 00040 CPKIFHoldInstructionCodeFactory::~CPKIFHoldInstructionCodeFactory() 00041 { 00042 } 00050 //CPKIFX509ExtensionPtr CPKIFHoldInstructionCodeFactory::create( 00051 // //![in] Reference to an internal representation of an extension containing information to use to 00052 // //!build a CPKIFHoldInstructionCode object 00053 // const CACX509V3Extension& ext) 00054 //{ 00055 // CPKIFHoldInstructionCodePtr tmp(new CPKIFHoldInstructionCode(ext)); 00056 // return tmp; 00057 //} 00058 00066 CPKIFX509ExtensionPtr CPKIFHoldInstructionCodeFactory::create( 00067 bool criticality, 00068 const CPKIFBufferPtr& ext) 00069 { 00070 CPKIFHoldInstructionCodePtr tmp(new CPKIFHoldInstructionCode(criticality, ext)); 00071 return tmp; 00072 } 00073 00074 00083 const char* CPKIFHoldInstructionCodeFactory::refOID() 00084 { 00085 return CPKIFHoldInstructionCode::extOID; 00086 }