Changeset 528 in dev for trunk/ab5.0/abdev/compiler_x64/CParameter.cpp
- Timestamp:
- May 2, 2008, 11:25:38 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/compiler_x64/CParameter.cpp
r468 r528 6 6 #include "opcode.h" 7 7 8 int ParamImpl::NewTempParameters( const st ring &procName, const Parameters ¶ms, int SecondParmNum ){8 int ParamImpl::NewTempParameters( const std::string &procName, const Parameters ¶ms, int SecondParmNum ){ 9 9 if( SecondParmNum == -1 ) SecondParmNum = (int)params.size(); 10 10 … … 195 195 } 196 196 197 198 void ParamImpl::SetParameter( const string &procName, const Parameters ¶ms, int SecondParmNum, const UserProc *pUserProc ){ 197 void ParamImpl::SetParameter( const std::string &procName, const Parameters ¶ms, int SecondParmNum, const UserProc *pUserProc ){ 199 198 if( SecondParmNum == -1 ) SecondParmNum = (int)params.size(); 200 199
Note:
See TracChangeset
for help on using the changeset viewer.