Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 15, 2008, 4:31:58 PM (16 years ago)
Author:
landauf
Message:
  • removed IdentifierList and replaced it by a std::list
  • changed several doxygen tags
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core/src/orxonox/core/IdentifierDistributor.h

    r809 r813  
    2626 */
    2727
    28 /*!
     28/**
    2929    @file IdentifierDistributor.h
    3030    @brief Definition of the IdentifierDistributor class
     
    4545{
    4646    //! The Identifier Distributor stores all Identifiers and makes sure there are no ambiguities.
    47     class IdentifierDistributor
     47    class _CoreExport IdentifierDistributor
    4848    {
    4949        public:
Note: See TracChangeset for help on using the changeset viewer.