You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-user@axis.apache.org by Zorabi Honargohar <zh...@recursionsw.com> on 2004/05/03 23:50:55 UTC

Call.h static member initialization

I had to add the following 2 lines to Call.h in order to link. What am I
missing, please?

CallFunctions STORAGE_CLASS_INFO CallBase::ms_VFtable;
bool STORAGE_CLASS_INFO CallBase::bInitialized = false;

Thanks,
Zorabi


Re: Call.h static member initialization

Posted by John Hawkins <HA...@uk.ibm.com>.



What platform/compiler are you working with?



John Hawkins,



                                                                           
             Zorabi Honargohar                                             
             <zhonargohar@recu                                             
             rsionsw.com>                                               To 
                                       "'axis-c-user@ws.apache.org'"       
             03/05/2004 22:50          <ax...@ws.apache.org>         
                                                                        cc 
                                                                           
             Please respond to                                     Subject 
              "Apache AXIS C           Call.h static member initialization 
                User List"                                                 
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           




I had to add the following 2 lines to Call.h in order to link. What am I
missing, please?

CallFunctions STORAGE_CLASS_INFO CallBase::ms_VFtable;
bool STORAGE_CLASS_INFO CallBase::bInitialized = false;

Thanks,
Zorabi