Changeset 277 in dev for trunk/abdev/BasicCompiler_Common/include
- Timestamp:
- Aug 12, 2007, 1:49:58 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/include/Procedure.h
r276 r277 427 427 428 428 public: 429 // ハッシュリスト用430 DllProc *pNextData;431 432 429 DllProc( const NamespaceScopes &namespaceScopes, const string &name, Kind kind, bool isCdecl, const string &dllFileName, const string &alias ) 433 430 : Procedure( namespaceScopes, name, kind, isCdecl ) … … 435 432 , alias( alias ) 436 433 , lookupAddress( 0 ) 437 , pNextData( NULL )438 434 { 439 435 }
Note:
See TracChangeset
for help on using the changeset viewer.