Changeset 249 in dev for trunk/jenga


Ignore:
Timestamp:
Jul 29, 2007, 12:33:39 PM (17 years ago)
Author:
dai_9181
Message:

BreakPertialScheduleをリファクタリング

Location:
trunk/jenga
Files:
2 deleted
2 edited

Legend:

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

    r205 r249  
    22
    33#include "Source.h"
    4 #include "LexicalScoping.h"
    54
    65class Smoothie{
     
    2322    };
    2423
    25     // コンパイル中に一時的に利用する
    26     class Temp{
    27     public:
    28         // レキシカルスコープの状態
    29         static CLexicalScopes *pLexicalScopes;
    30     };
    31 
    3224    static bool isFullCompile;
    3325};
  • trunk/jenga/projects/smoothie/smoothie.vcproj

    r222 r249  
    283283            </File>
    284284            <File
    285                 RelativePath="..\..\src\smoothie\LexicalScoping.cpp"
    286                 >
    287             </File>
    288             <File
    289285                RelativePath="..\..\src\smoothie\Smoothie.cpp"
    290286                >
     
    309305            </File>
    310306            <File
    311                 RelativePath="..\..\include\smoothie\LexicalScoping.h"
    312                 >
    313             </File>
    314             <File
    315307                RelativePath="..\..\include\smoothie\Smoothie.h"
    316308                >
Note: See TracChangeset for help on using the changeset viewer.