Ignore:
Timestamp:
Jul 21, 2007, 4:46:33 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/include/Procedure.h

    r215 r224  
    1111#include <Parameter.h>
    1212#include <Variable.h>
     13#include <NativeCode.h>
    1314
    1415class CClass;
     
    146147    // 識別ID
    147148    int id;
     149
     150    // ネイティブコード
     151    NativeCode nativeCode;
    148152
    149153    // XMLシリアライズ用
     
    171175        ar & BOOST_SERIALIZATION_NVP( localVars );
    172176        ar & BOOST_SERIALIZATION_NVP( id );
     177        ar & BOOST_SERIALIZATION_NVP( nativeCode );
    173178    }
    174179
Note: See TracChangeset for help on using the changeset viewer.