Version: 0.6.0
rxobjectclientui.h
1 /******************************************************************************
2  * Project: wxGIS (GIS Remote)
3  * Purpose: RxObjectUI classes.
4  * Author: Baryshnikov Dmitriy (aka Bishop), polimax@mail.ru
5  ******************************************************************************
6 * Copyright (C) 2010-2011 Bishop
7 *
8 * This program is free software: you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation, either version 2 of the License, or
11 * (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program. If not, see <http://www.gnu.org/licenses/>.
20  ****************************************************************************/
21 /*
22 #pragma once
23 
24 #include "wxgis/remoteserverui/gxremoteserverui.h"
25 #include "wxgis/remoteserver/rxobjectclient.h"
26 #include "wxgis/catalogui/gxpending.h"
27 #include "wxgis/catalogui/gxcatalogui.h"
28 /*
32 class WXDLLIMPEXP_GIS_RSU wxRxObjectContainerUI :
33  public wxRxObjectContainer
34 {
35 public:
36  wxRxObjectContainerUI(void);
37  virtual ~wxRxObjectContainerUI(void);
38  //INetMessageReceiver
39  virtual void ProcessMessage(WXGISMSG msg, wxXmlNode* pChildNode);
40  //wxRxMonitoringDatabases
41  virtual bool LoadChildren(void);
42 protected:
43  wxGxPendingUI* m_pGxPendingUI;
44 };
45 */