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/AddQuest.cc

    r2068 r2076  
    4343    AddQuest::AddQuest() : ChangeQuestStatus()
    4444    {
    45        
    46     }
    47 
    48     /**
    49     @brief
    50         Constructor.
    51     @param questId
    52         The id of the quest to be added.
    53     */
    54     AddQuest::AddQuest(std::string questId) : ChangeQuestStatus(questId)
    55     {
    5645        RegisterObject(AddQuest);
    5746    }
     
    6352    AddQuest::~AddQuest()
    6453    {
     54    }
     55   
     56    void AddQuest::XMLPort(Element& xmlelement, XMLPort::Mode mode)
     57    {
     58        SUPER(AddQuest, XMLPort, xmlelement, mode);
     59       
    6560    }
    6661   
Note: See TracChangeset for help on using the changeset viewer.