From: <bl...@us...> - 2003-03-21 07:32:28
|
Update of /cvsroot/cpptool/rfta/include/rfta/refactoring In directory sc8-pr-cvs1:/tmp/cvs-serv18910/include/rfta/refactoring Modified Files: CodeModelForward.h Log Message: * added support for inserting a single variable declaration without initializer. Index: CodeModelForward.h =================================================================== RCS file: /cvsroot/cpptool/rfta/include/rfta/refactoring/CodeModelForward.h,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** CodeModelForward.h 18 Mar 2003 22:37:44 -0000 1.9 --- CodeModelForward.h 21 Mar 2003 07:32:25 -0000 1.10 *************** *** 62,65 **** --- 62,66 ---- typedef boost::shared_ptr<Statement> StatementPtr; typedef boost::weak_ptr<Statement> StatementWeakPtr; + typedef boost::shared_ptr<DeclaratorExpression> DeclaratorExpressionPtr; |