blob: 9c2834981a288c69fc3745f236dc5d9a23bb4ef3 (
plain)
1
2
3
4
5
6
7
8
|
#include <PrsMgr_Presentation.ixx>
PrsMgr_Presentation::PrsMgr_Presentation
(const Handle(PrsMgr_PresentationManager)& aPresentationManager)
:myPresentationManager(aPresentationManager),myMustBeUpdated(Standard_False) {}
void PrsMgr_Presentation::Destroy () {
}
|