Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 1, 2006, 8:16:15 PM (18 years ago)
Author:
bensch
Message:

more renamings

File:
1 moved

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/lang/object_list.h

    r9715 r9716  
    11/*!
    2  * @file new_object_list.h
     2 * @file object_list.h
    33 * @brief Definition of a dynamically allocating ClassID
    44 *
    55 */
    66
    7 #ifndef _NEW_OBJECT_LIST_H
    8 #define _NEW_OBJECT_LIST_H
    9 
    10 #include "new_class_id.h"
     7#ifndef _OBJECT_LIST_H
     8#define _OBJECT_LIST_H
     9
     10#include "class_id.h"
    1111#include <cassert>
    1212#include <map>
     
    331331}
    332332
    333 #endif /* _NEW_OBJECT_LIST_H */
     333#endif /* _OBJECT_LIST_H */
Note: See TracChangeset for help on using the changeset viewer.