#98964#, New layout for Autodoc-IDL-docu and some fixes for gcc

This commit is contained in:
Nikolai Pretzell
2002-05-14 08:02:21 +00:00
parent 69ad19e302
commit 83e726c6a5
63 changed files with 377 additions and 254 deletions

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: all_toks.cxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: np $ $Date: 2002-05-07 18:32:24 $
* last change: $Author: np $ $Date: 2002-05-14 09:02:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -66,7 +66,7 @@
// NOT FULLY DEFINED SERVICES
#include <cpp/ctokdeal.hxx>
#include <c_dealer.hxx>
#include "c_dealer.hxx"
#include "tokintpr.hxx"
@@ -77,6 +77,7 @@ namespace cpp {
void
Token::DealOut( ::TokenDealer & o_rDealer )
{
// KORR HACK (casting to derivation cpp::TokenDealer)
o_rDealer.AsDistributor()->Deal_CppCode(*this);
}
@@ -177,6 +178,7 @@ Tok_UnblockMacro::Text() const
void
Tok_UnblockMacro::DealOut( ::TokenDealer & o_rDealer )
{
// KORR HACK (casting to derivation cpp::TokenDealer)
o_rDealer.AsDistributor()->Deal_Cpp_UnblockMacro(*this);
}