From: <bl...@us...> - 2003-04-26 21:13:04
|
Update of /cvsroot/cpptool/rfta/include/xtl In directory sc8-pr-cvs1:/tmp/cvs-serv10120/include/xtl Added Files: Forwards.h Log Message: * added forward declarations --- NEW FILE: Forwards.h --- #ifndef XTL_FORWARDS_H_INCLUDED #define XTL_FORWARDS_H_INCLUDED namespace Xtl { class CStringView; class CStringEnumerator; class CStringBackEnumerator; } // namespace Xtl #endif // XTL_FORWARDS_H_INCLUDED |