Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1024 for code/trunk/src/util


Ignore:
Timestamp:
Apr 10, 2008, 5:35:49 PM (16 years ago)
Author:
rgrieder
Message:

merged input back into trunk
note: I have created an asylum with obsolete code, please check the files

Location:
code/trunk/src/util
Files:
2 edited
2 copied

Legend:

Unmodified
Added
Removed
  • code/trunk/src/util/CMakeLists.txt

    r1021 r1024  
    55
    66SET (UTIL_SRC_FILES
     7  ArgReader.cc
    78  Math.cc
    89  String.cc
  • code/trunk/src/util/UtilPrereqs.h

    r871 r1024  
    2727
    2828/**
    29  @file  UtilPrereq.h
    30  @brief Contains all the necessary forward declarations for all classes, structs and enums.
    31  */
     29  @file
     30  @brief Contains all the necessary forward declarations for all classes and structs.
     31*/
    3232
    3333#ifndef _UtilPrereqs_H__
     
    5959// Forward declarations
    6060//-----------------------------------------------------------------------
     61class ArgReader;
    6162class Convert;
    6263template <typename FromType, typename ToType>
Note: See TracChangeset for help on using the changeset viewer.