summaryrefslogtreecommitdiff
path: root/src/Storage/Storage_Container.cxx
blob: cdf90c8373925be5452140b6ab9ff77e419d494e (plain)
1
2
3
4
5
6
7
8
9
#include <Storage_Container.hxx>
#include <Standard_Type.hxx> 

const Handle_Standard_Type& Storage_Container_Type_() 
{
  static Handle_Standard_Type _aType = new Standard_Type("Storage_Container",sizeof(Storage_Container));
  
  return _aType;
}