Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 29, 2008, 3:39:35 PM (16 years ago)
Author:
runom
Message:

Added planets class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/lod/src/core/XMLPort.h

    r1889 r2053  
    468468                            for (ticpp::Iterator<ticpp::Element> child = xmlsubelement->FirstChildElement(false); child != child.end(); child++)
    469469                            {
     470                                COUT(2) << child->Value() << std::endl;
    470471                                Identifier* identifier = ClassByName(child->Value());
    471472                                if (identifier)
Note: See TracChangeset for help on using the changeset viewer.