- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
#ifndef __MUGCMediator_h_
#define __MUGCMediator_h_
namespace MUGClient{
class MUGCMediator{
public:
MUGCMediator(void);
~MUGCMediator(void);
MUGClient::MUGCApplication *getApplication(void);
bool operator+(MUGClient::MUGCApplication *arg);
//bool registerCameraController(MUGClient::MUGCCamera *arg);
protected:
MUGClient::MUGCApplication *clientApplication;
//MUGClient::MUGCCamera *clientCamera;
};
};
#endif
TarasB 02.11.2010 15:50 # −2
Что такое lient?
absolut 02.11.2010 15:51 # 0
TarasB 02.11.2010 16:04 # 0
absolut 02.11.2010 16:15 # +2
TarasB 02.11.2010 16:19 # 0
eee_qqq 02.11.2010 16:41 # 0
absolut 02.11.2010 16:41 # 0
Анонимус 02.11.2010 23:24 # 0
Govnoeb 02.11.2010 17:48 # +3