Ignore:
Timestamp:
Jul 12, 2007, 2:57:04 AM (17 years ago)
Author:
dai_9181
Message:

コード全体のリファクタリングを実施

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/jenga/include/smoothie/Source.h

    r173 r205  
    77#include <stdlib.h>
    88
    9 #include "BasicFixed.h"
     9#include <jenga/include/common/Exception.h>
     10#include <jenga/include/smoothie/BasicFixed.h>
    1011
    1112using namespace std;
     
    100101        if( index>GetLength() )
    101102        {
    102             throw "bad access";
     103            Jenga::Throw( "BasicSource bad access" );
    103104        }
    104105        return buffer[2+index];
Note: See TracChangeset for help on using the changeset viewer.