Skip to content

Commit

Permalink
Move header to own file
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillemsen committed Apr 9, 2024
1 parent 182e7fa commit d3ba15a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions ridlbe/c++11/visitors/header.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#--------------------------------------------------------------------
# @file header.rb
# @author Johnny Willemsen
#
# @brief visitor class
#
# @copyright Copyright (c) Remedy IT Expertise BV
#--------------------------------------------------------------------

module IDL
module Cxx11
class HeaderVisitor < VisitorBase
def visit
visit_template(:header)
end
end
end
end

0 comments on commit d3ba15a

Please sign in to comment.