This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [setup PATCH] Use vector instead of array to storePropertyPage pointer list.


On Sat, 2003-08-02 at 21:57, Max Bowsher wrote:
> +2003-08-02  Gary R. Van Sickle  <g.r.vansickle@worldnet.att.net>
> +
> + * propsheet.cc (Copyright): Update copyright dates.
> + (PropSheet::PropSheet): Remove NumPropPages initialization.
> + (PropSheet::CreatePages): Use PropertyPages.size() instead of
> + NumPropPages.
> + (PropSheet::Create): Ditto.
> + (PropSheet::AddPage): Change to use new PropertyPages std::vector<>.
> + * propsheet.h (Copyright): Update copyright dates.
> + (File Scope): Include <vector>.
> + (PropSheet::PropertyPages): Change from array to vector<>.
> + (PropSheet::NumPropPages): Remove.

rather than PAGE_CONTAINER, please call the typedef PageContainer.

Other than that, it's approved.

Cheers,
Rob

-- 
GPG key available at: <http://members.aardvark.net.au/lifeless/keys.txt>.

Attachment: signature.asc
Description: This is a digitally signed message part


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]