All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
IIndoorMapFloorOutlineInformationLoadedEvent.h
1 // Copyright eeGeo Ltd (2012-2019), All Rights Reserved
2 
3 #pragma once
4 
5 #include "IndoorMapFloorOutlineInformation.h"
6 #include "IEvent.h"
7 
8 namespace Eegeo
9 {
10  namespace IndoorMapFloorOutlineInformation
11  {
12  class IIndoorMapFloorOutlineInformationLoadedEvent : public Helpers::IEvent1<const IndoorMapFloorOutlineInformationModelId>
13  {
14  };
15  }
16 }