Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 16, 2010, 12:37:09 PM (14 years ago)
Author:
dafrick
Message:

Documenting and cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/modules/pickup/Pickup.cc

    r7533 r7547  
    119119        Returns a string containing the activation type.
    120120    */
    121     const std::string& Pickup::getActivationType(void)
     121    const std::string& Pickup::getActivationType(void) const
    122122    {
    123123        switch(this->activationType_)
     
    138138        Returns a string containing the duration type.
    139139    */
    140     const std::string& Pickup::getDurationType(void)
     140    const std::string& Pickup::getDurationType(void) const
    141141    {
    142142        switch(this->durationType_)
Note: See TracChangeset for help on using the changeset viewer.