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

Diff for /pegasus/src/Pegasus/CQL/Attic/CQLScope.cpp between version 1.1.2.3 and 1.1.2.4

version 1.1.2.3, 2004/08/27 18:04:15 version 1.1.2.4, 2004/08/30 17:47:40
Line 7 
Line 7 
 #include <Pegasus/Common/ArrayImpl.h> #include <Pegasus/Common/ArrayImpl.h>
 #undef PEGASUS_ARRAY_T #undef PEGASUS_ARRAY_T
  
 CQLScope::CQLScope(CIMName _inCIMName, Array<CIMName> inList,  CQLScope::CQLScope(CIMName _inCIMName, CQLChainedIdentifier _inChainedIdentifier){
                   CQLChainedIdentifier _inChainedIdentifier)  
 {  
    _name = _inCIMName;  
    _list = _list;  
    _chainedIdentifier = new CQLChainedIdentifier(_inChainedIdentifier);  
 }  
  
 CQLScope::~CQLScope()  
 {  
    if(_chainedIdentifier != NULL)  
    {  
       delete _chainedIdentifier;  
       _chainedIdentifier = NULL;  
    }  
 } }
  
 CIMName CQLScope::getScope()  CIMName CQLScope::getScope(){
 {  
         return _name;         return _name;
 } }
  
 Array<CIMName> CQLScope::getList()  CQLChainedIdentifier CQLScope::getTarget(){
 {          return _chainedIdentifier;
    return _list;  
 } }
  
 CQLChainedIdentifier CQLScope::getTarget()  
 {  
         return* _chainedIdentifier;  
 }  
  
 Boolean CQLScope::isDefault()  
 {  Boolean CQLScope::isDefault(){
  
 } }
  


Legend:
Removed from v.1.1.2.3  
changed lines
  Added in v.1.1.2.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2