Ignore:
Timestamp:
Nov 21, 2023, 5:31:55 PM (7 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
3c4003b9
Parents:
8984003
Message:

Round of clean-up in the Concurrency directory headers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Concurrency/Keywords.h

    r8984003 r53dac82  
    1616#pragma once
    1717
    18 #include <list>  // for list
    19 
    20 class Declaration;
    2118namespace ast {
    2219        class TranslationUnit;
     
    2421
    2522namespace Concurrency {
    26         void applyKeywords( std::list< Declaration * > & translationUnit );
    27         void implementMutexFuncs( std::list< Declaration * > & translationUnit );
    28         void implementThreadStarter( std::list< Declaration * > & translationUnit );
    2923
    3024/// Implement the sue-like keywords and the suspend keyword. Pre-Autogen
     
    3428/// Add the thread starter code to constructors. Post-Autogen
    3529void implementThreadStarter( ast::TranslationUnit & translationUnit );
     30
    3631};
    3732
Note: See TracChangeset for help on using the changeset viewer.