Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4499 in orxonox.OLD


Ignore:
Timestamp:
Jun 3, 2005, 11:18:59 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: list is now correctly commented

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/util/common/list.h

    r4497 r4499  
    99#include "compiler.h"
    1010#ifndef NULL
    11 #define NULL 0
     11#define NULL 0                                       //!< this will define NULL
    1212#endif
    1313
     
    111111  //T* enumerate();
    112112  tIterator<T>* getIterator();
    113   T* nextElement();
    114113  T* nextElement(T* toEntity);
    115114  T* toArray();
    116   void debug();
    117115
    118116 private:
Note: See TracChangeset for help on using the changeset viewer.