Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 22, 2008, 5:25:01 AM (16 years ago)
Author:
landauf
Message:

added several new classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchy/src/core/Template.h

    r1989 r1993  
    3535
    3636#include "BaseObject.h"
    37 #include "tinyxml/ticpp.h"
     37#include "tinyxml/tinyxml.h"
    3838
    3939namespace orxonox
     
    5353                { return this->link_; }
    5454
    55             inline void setXMLElement(const Element& xmlelement)
     55            inline void setXMLElement(const TiXmlElement& xmlelement)
    5656                { this->xmlelement_ = xmlelement; }
    57             const Element& getXMLElement() const;
     57            const TiXmlElement& getXMLElement() const;
    5858
    5959            void setBaseclass(const std::string& baseclass);
     
    7070
    7171        private:
    72             Element xmlelement_;
     72            TiXmlElement xmlelement_;
    7373            std::string link_;
    7474            std::string baseclass_;
Note: See TracChangeset for help on using the changeset viewer.