]> pilppa.org Git - libplpbus.git/blob - src/plpbus/ClientServerCommon.hh
initial version
[libplpbus.git] / src / plpbus / ClientServerCommon.hh
1 /*
2  * ClientServerCommon.h
3  *
4  *  Created on: Sep 7, 2010
5  *      Author: lamikr
6  */
7
8 #ifndef CLIENTSERVERCOMMON_H_
9 #define CLIENTSERVERCOMMON_H_
10
11 #include <iostream>
12 #include <omniORB4/CORBA.h>
13
14 #define CONST_NAME_SERVICE_NAME                 "NameService"
15 #define CONST_CONTEXT_NAME__PLPBUS              "plpbus"
16 #define CONST_CONTEXT_KIND__PLPBUS              "plpbus"
17 #define CONST_ROOT_POA_NAME                     "RootPOA"
18 #define CONST_ROOT_POA_BIDIR_POLICY_NAME        "bidir"
19 #define CONST_DEFAULT_EVENT_INTERVAL            5
20
21 namespace plpbus {
22         class ClientServerCommon
23         {
24                 public:
25                         ClientServerCommon();
26                         virtual ~ClientServerCommon();
27         };
28 }
29
30 #endif /* CLIENTSERVERCOMMON_H_ */