Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 30, 2010, 5:04:12 PM (14 years ago)
Author:
rgrieder
Message:

Moved Loki library files to separate loki folder in externals.
Also added TypeManip.h (now used in Convert.h) and static_check.h.

Location:
code/trunk/src/external/loki
Files:
1 added
1 moved

Legend:

Unmodified
Added
Removed
  • code/trunk/src/external/loki/ScopeGuard.h

    r7263 r7266  
    1212//     suitability of this software for any purpose. It is provided "as is"
    1313//     without express or implied warranty.
     14//
     15// Changes by Orxonox (Reto Grieder)
     16//     Moved one protected variable to the public section to allow the use of
     17//     the ScopeGuard in a class definition.
    1418////////////////////////////////////////////////////////////////////////////////
    1519#ifndef LOKI_SCOPEGUARD_INC_
     
    1923
    2024
    21 #include "RefToValue.h"
     25#include <loki/RefToValue.h>
    2226
    2327/// \defgroup ExceptionGroup Exception-safe code
Note: See TracChangeset for help on using the changeset viewer.