From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,740e91341085efe3 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!f14g2000cwb.googlegroups.com!not-for-mail From: defaultuserbr@yahoo.com Newsgroups: comp.lang.ada Subject: Re: Some help for a C++ guy Date: 8 Apr 2005 08:47:07 -0700 Organization: http://groups.google.com Message-ID: <1112975227.396009.326470@f14g2000cwb.googlegroups.com> References: <1112912062.146885.324110@o13g2000cwo.googlegroups.com> <1112915932.818249.246780@o13g2000cwo.googlegroups.com> NNTP-Posting-Host: 130.76.96.19 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1112975232 13080 127.0.0.1 (8 Apr 2005 15:47:12 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 8 Apr 2005 15:47:12 +0000 (UTC) In-Reply-To: User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: f14g2000cwb.googlegroups.com; posting-host=130.76.96.19; posting-account=jWLFKg0AAAA9UYjCwxeOEw3zdPk7tNz5 Xref: g2news1.google.com comp.lang.ada:10338 Date: 2005-04-08T08:47:07-07:00 List-Id: Simon Wright wrote: > so I think you at least need to find out what the Cert profile for > your target actually is -- hard to work out how to approach the job > without knowing that! That's probably the case. This is some code I inherited from another guy who left the project, and all I'm really doing is finishing a sample client application as a test driver and proof of concept. Then it all gets turned over to the people in other part of the country who are developing the real client applications. Hence I can't spend *too* much time on doing something different. It's just my nature as a software engineer to abhor inelegant approaches. Brian