Re: [Cvslog] r21194 - in /lyx-devel/trunk/src/insets: InsetBibitem.cpp...

2007-10-25 Thread Richard Heck
Andre Poenitz wrote: On Thu, Oct 25, 2007 at 04:13:58AM -, [EMAIL PROTECTED] wrote: +ICPInfo::ICPInfo(std::string const s, bool b) + : paramName(s), optional(b) +{} + + +void ICPList::addParam(std::string const s, bool b) { + plist_.push_back(ICPInfo(s, b)); +} + + +bool

Re: [Cvslog] r21194 - in /lyx-devel/trunk/src/insets: InsetBibitem.cpp...

2007-10-25 Thread Richard Heck
Andre Poenitz wrote: On Thu, Oct 25, 2007 at 04:13:58AM -, [EMAIL PROTECTED] wrote: +ICPInfo::ICPInfo(std::string const & s, bool b) + : paramName(s), optional(b) +{} + + +void ICPList::addParam(std::string const & s, bool b) { + plist_.push_back(ICPInfo(s, b)); +} + + +bool

Re: [Cvslog] r21194 - in /lyx-devel/trunk/src/insets: InsetBibitem.cpp...

2007-10-24 Thread Andre Poenitz
On Thu, Oct 25, 2007 at 04:13:58AM -, [EMAIL PROTECTED] wrote: +ICPInfo::ICPInfo(std::string const s, bool b) + : paramName(s), optional(b) +{} + + +void ICPList::addParam(std::string const s, bool b) { + plist_.push_back(ICPInfo(s, b)); +} + + +bool

Re: [Cvslog] r21194 - in /lyx-devel/trunk/src/insets: InsetBibitem.cpp...

2007-10-24 Thread Andre Poenitz
On Thu, Oct 25, 2007 at 04:13:58AM -, [EMAIL PROTECTED] wrote: > +ICPInfo::ICPInfo(std::string const & s, bool b) > + : paramName(s), optional(b) > +{} > + > + > +void ICPList::addParam(std::string const & s, bool b) { > + plist_.push_back(ICPInfo(s, b)); > +} > + > + > +bool