Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 31, 2008, 7:35:08 AM (16 years ago)
Author:
dafrick
Message:

Completed XMLPort for all objects.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/questsystem/src/orxonox/objects/LocalQuest.cc

    r2068 r2076  
    4040        this->initialize();
    4141    }
    42 
    43     /**
    44     @brief
    45         Constructor.
    46     @param id
    47         The unique identifier.
    48     */
    49     LocalQuest::LocalQuest(std::string id) : Quest(id)
    50     {
    51         this->initialize();
    52     }
    5342   
    5443    /**
     
    5948    {
    6049       
     50    }
     51   
     52    void LocalQuest::XMLPort(Element& xmlelement, XMLPort::Mode mode)
     53    {
     54        SUPER(LocalQuest, XMLPort, xmlelement, mode);
     55
     56        COUT(1) << "New LocalQuest {" << this->getId() << "} created." << std::endl;
    6157    }
    6258   
Note: See TracChangeset for help on using the changeset viewer.