summaryrefslogtreecommitdiff
path: root/src/StepAP214/StepAP214.cxx
blob: fa0d1827bf14c227539e37663d415f00258b9ebe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

#include <StepAP214.ixx>

#include <Interface_Statics.hxx>
#include <StepAP214_Protocol.hxx>

StaticHandle(StepAP214_Protocol, proto);

Handle(StepAP214_Protocol) StepAP214::Protocol()

	{
		InitHandleVoid(StepAP214_Protocol, proto);
		return proto;
	}