Changeset 372 for cpp/frams/vm/classes


Ignore:
Timestamp:
04/22/15 04:14:59 (9 years ago)
Author:
sz
Message:

Renamed some classes and functions to make their purpose more obvious:

All MessageHandlers? must now be given the explicit "Enable" argument if you want them to automatically become active. This makes side effects clearly visible.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/vm/classes/collectionobj.cpp

    r371 r372  
    55#include "collectionobj.h"
    66#include <common/nonstd_math.h> //sqrt in borland
    7 #include <frams/errmgr/stderrors.h>
     7#include <frams/mhandlers/stderrors.h>
    88#include <common/nonstd_stl.h>
    99#include <frams/util/sstringutils.h>
     
    232232        {
    233233        ret=false;
    234         FMprintf("VectorElementComparator","",FMLV_ERROR,"Comparison function returned no value");
     234        Hprintf("VectorElementComparator","",HMLV_ERROR,"Comparison function returned no value");
    235235        }
    236236else
Note: See TracChangeset for help on using the changeset viewer.