Ignore:
Timestamp:
Jun 26, 2007, 5:04:29 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

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

    r190 r192  
    11#pragma once
    22
    3 #include "TypeDef.h"
    43#include "Namespace.h"
    54#include "Procedure.h"
     
    2423    }
    2524
    26     // 名前空間
    27     NamespaceScopesCollection namespaceScopesCollection;
    28 
    2925    // クラス
    3026    virtual Classes &GetClasses() = 0;
    3127    virtual void SetClasses( Classes *pClasses ) = 0;
    3228    virtual bool AutoWrite( const std::string &filePath ) = 0;
    33 
    34     // TypeDef
    35     TypeDefCollection typeDefs;
    3629
    3730    // 関数ポインタ
     
    4033        return *pProcPointers;
    4134    }
    42 
    43     // blittable型
    44     BlittableTypes blittableTypes;
    4535
    4636    // XMLシリアライズ用
Note: See TracChangeset for help on using the changeset viewer.