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

Diff for /pegasus/src/Pegasus/IndicationService/IndicationService.cpp between version 1.69 and 1.70

version 1.69, 2003/02/12 22:01:46 version 1.70, 2003/03/12 21:45:08
Line 1798 
Line 1798 
                 (newSubscriptions [i], indicationProviders [i].provider);                 (newSubscriptions [i], indicationProviders [i].provider);
             if (_subscriptionTable.contains (tableKey))             if (_subscriptionTable.contains (tableKey))
             {             {
                   //
                   //  ATTN-CAKG-P3-20030226: Add test case
                   //
 //cout << "case A: table contains key" << endl; //cout << "case A: table contains key" << endl;
                 //                 //
                 //  Send Modify requests                 //  Send Modify requests
Line 1887 
Line 1890 
                 //                 //
                 else                 else
                 {                 {
                       //
                       //  ATTN-CAKG-P3-20030226: Add test case
                       //
 //cout << "case D: classlist contains more" << endl; //cout << "case D: classlist contains more" << endl;
                     CIMNamespaceName sourceNameSpace;                     CIMNamespaceName sourceNameSpace;
                     _getCreateParams                     _getCreateParams
Line 2876 
Line 2882 
                         //  Get property list from filter query (FROM and                         //  Get property list from filter query (FROM and
                         //  WHERE clauses)                         //  WHERE clauses)
                         //                         //
                         if ((selectStatement.getSelectPropertyNameCount () > 0)  
                             ||  
                             (selectStatement.getWherePropertyNameCount () > 0))  
                         {  
                             propertyList = _getPropertyList (selectStatement,                             propertyList = _getPropertyList (selectStatement,
                                 sourceNameSpace, indicationClassName);                                 sourceNameSpace, indicationClassName);
                         }  
  
                         //                         //
                         //  If the subscription requires all properties,                         //  If the subscription requires all properties,
Line 3034 
Line 3035 
                     //  Get property list from filter query (FROM and WHERE                     //  Get property list from filter query (FROM and WHERE
                     //  clauses)                     //  clauses)
                     //                     //
                     if ((selectStatement.getSelectPropertyNameCount () > 0) ||  
                         (selectStatement.getWherePropertyNameCount () > 0))  
                     {  
                         requiredProperties = _getPropertyList (selectStatement,                         requiredProperties = _getPropertyList (selectStatement,
                             sourceNameSpace, indicationClassName);                             sourceNameSpace, indicationClassName);
                     }  
  
                     //                     //
                     //  If source namespace is now supported, but previously                     //  If source namespace is now supported, but previously
Line 4129 
Line 4126 
     //  Get property list from filter query (FROM and WHERE     //  Get property list from filter query (FROM and WHERE
     //  clauses)     //  clauses)
     //     //
     if ((selectStatement.getSelectPropertyNameCount () > 0) ||  
         (selectStatement.getWherePropertyNameCount () > 0))  
     {  
         propertyList = _getPropertyList (selectStatement,         propertyList = _getPropertyList (selectStatement,
             sourceNameSpace, indicationClassName);             sourceNameSpace, indicationClassName);
     }  
  
     //     //
     //  Get indication provider class lists     //  Get indication provider class lists
Line 4184 
Line 4177 
     //  Get property list from filter query (FROM and WHERE     //  Get property list from filter query (FROM and WHERE
     //  clauses)     //  clauses)
     //     //
     if ((selectStatement.getSelectPropertyNameCount () > 0) ||  
         (selectStatement.getWherePropertyNameCount () > 0))  
     {  
         CIMName indicationClassName = _getIndicationClassName (selectStatement,         CIMName indicationClassName = _getIndicationClassName (selectStatement,
             sourceNameSpace);             sourceNameSpace);
         propertyList = _getPropertyList (selectStatement,         propertyList = _getPropertyList (selectStatement,
             sourceNameSpace, indicationClassName);             sourceNameSpace, indicationClassName);
     }  
  
     //     //
     //  Get condition from filter query (WHERE clause)     //  Get condition from filter query (WHERE clause)
Line 4242 
Line 4231 
     //  Get property list from filter query (FROM and WHERE     //  Get property list from filter query (FROM and WHERE
     //  clauses)     //  clauses)
     //     //
     if ((selectStatement.getSelectPropertyNameCount () > 0) ||  
         (selectStatement.getWherePropertyNameCount () > 0))  
     {  
         propertyList = _getPropertyList (selectStatement,         propertyList = _getPropertyList (selectStatement,
             sourceNameSpace, indicationClassName);             sourceNameSpace, indicationClassName);
     }  
  
     //     //
     //  Get indication provider class lists     //  Get indication provider class lists
Line 4663 
Line 4648 
  
 String IndicationService::_generateKey ( String IndicationService::_generateKey (
     const CIMInstance & subscription,     const CIMInstance & subscription,
     const CIMInstance provider)      const CIMInstance & provider)
 { {
     String tableKey;     String tableKey;
  


Legend:
Removed from v.1.69  
changed lines
  Added in v.1.70

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2