00001 #include "xi-SdagCollection.h" 00002 00003 namespace xi { 00004 00005 SdagCollection::SdagCollection(CParsedFile* p) : pf(p), sdagPresent(false) {} 00006 00007 void SdagCollection::addNode(Entry* e) { 00008 sdagPresent = true; 00009 pf->addNode(e); 00010 } 00011 00012 } // namespace xi