All Classes Functions Variables Typedefs Friends Pages
IPlaceSearchResults.h
1 //------------------------------------------------------------------------------
2 //
3 // Copyright (c) 2014 Glympse Inc. All rights reserved.
4 //
5 //------------------------------------------------------------------------------
6 
7 #ifndef IPLACESEARCHRESULTS_H__GLYMPSE__
8 #define IPLACESEARCHRESULTS_H__GLYMPSE__
9 
10 namespace Glympse
11 {
12 
16 /*O*public**/ struct IPlaceSearchResults : public ICommon
17 {
21  public: virtual GArray<GPlaceSearchResult>::ptr getResults() = 0;
22 
26  public: virtual GPlaceSearchRequest getRequest() = 0;
27 };
28 
30 
31 }
32 
33 #endif // !IPLACESEARCHRESULTS_H__GLYMPSE__