Pol  Revision:50b1c95
uobjhelp.h
Go to the documentation of this file.
1 
7 #ifndef UOBJHELP_H
8 #define UOBJHELP_H
9 namespace Pol
10 {
11 namespace Network
12 {
13 class Client;
14 }
15 namespace Core
16 {
17 class UObject;
18 class PropertyList;
19 
21 {
22 public:
23  static void ShowProperties( Network::Client* client, PropertyList& proplist );
24  static void ShowProperties( Network::Client* client, UObject* obj );
25 };
26 }
27 }
28 #endif
Definition: berror.cpp:11