Re: how to pass smart pointes to function.

From: lokb (lokeshbabu_ms_at_rediffmail.com)
Date: 07/08/04


Date: Thu, 08 Jul 2004 16:10:20 -0400

forgot to ad i am declaring the smart pointers as

        BDIStruct_sptr bdirec;
        IndexStruct_sptr ielrec;

   caling function as
        
       iRet = vValidateIndModcaFile(bdirec,ielrec);