22 lines
No EOL
543 B
C++
22 lines
No EOL
543 B
C++
/** @file Procedure.hpp
|
|
*
|
|
* Generated automagically from ingredients:
|
|
* 1. code generator:
|
|
* [/home/roland/proj/xo-umbrella2-claude1/xo-facet/codegen/genfacet]
|
|
* arguments:
|
|
* --input [idl/Procedure.json5]
|
|
* 2. jinja2 template for facet .hpp file:
|
|
* [facet.hpp.j2]
|
|
* 3. idl for facet methods
|
|
* [idl/Procedure.json5]
|
|
**/
|
|
|
|
#pragma once
|
|
|
|
#include "detail/AProcedure.hpp"
|
|
#include "detail/IProcedure_Any.hpp"
|
|
#include "detail/IProcedure_Xfer.hpp"
|
|
#include "detail/RProcedure.hpp"
|
|
|
|
|
|
/* end Procedure.hpp */ |