(file) Return to AuthenticationInfoRep.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/AuthenticationInfoRep.cpp between version 1.4 and 1.5

version 1.4, 2003/08/02 18:54:29 version 1.5, 2003/08/11 22:10:18
Line 49 
Line 49 
         TRC_AUTHENTICATION, "AuthenticationInfoRep::AuthenticationInfoRep");         TRC_AUTHENTICATION, "AuthenticationInfoRep::AuthenticationInfoRep");
  
 #ifdef PEGASUS_KERBEROS_AUTHENTICATION #ifdef PEGASUS_KERBEROS_AUTHENTICATION
     _securityAssoc = new CIMKerberosSecurityAssociation;      _securityAssoc = NULL;
 #endif #endif
  
     PEG_METHOD_EXIT();     PEG_METHOD_EXIT();
Line 132 
Line 132 
     PEG_METHOD_EXIT();     PEG_METHOD_EXIT();
 } }
  
   #ifdef PEGASUS_KERBEROS_AUTHENTICATION
   void   AuthenticationInfoRep::setSecurityAssociation()
   {
       PEG_METHOD_ENTER(
           TRC_AUTHENTICATION, "AuthenticationInfoRep::setSecurityAssociation");
   
       if ( !_securityAssoc )
       {
           _securityAssoc = new CIMKerberosSecurityAssociation;
       }
   
       PEG_METHOD_EXIT();
   }
   #endif
   
   
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2