Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017 #ifndef TAO_DEFAULT_PORTS_H
00018 #define TAO_DEFAULT_PORTS_H
00019 #include "ace/pre.h"
00020
00021 #include "ace/config-all.h"
00022
00023 #if !defined (ACE_LACKS_PRAGMA_ONCE)
00024 # pragma once
00025 #endif
00026
00027
00028
00029
00030 #if !defined (TAO_DEFAULT_NAME_SERVER_REQUEST_PORT)
00031 #define TAO_DEFAULT_NAME_SERVER_REQUEST_PORT 10013
00032 #endif
00033
00034
00035
00036 #if !defined (TAO_DEFAULT_NAME_SERVER_REPLY_PORT)
00037 #define TAO_DEFAULT_NAME_SERVER_REPLY_PORT 10014
00038 #endif
00039
00040
00041
00042 #if !defined (TAO_DEFAULT_TRADING_SERVER_REQUEST_PORT)
00043 #define TAO_DEFAULT_TRADING_SERVER_REQUEST_PORT 10016
00044 #endif
00045
00046
00047
00048 #if !defined (TAO_DEFAULT_TRADING_SERVER_REPLY_PORT)
00049 #define TAO_DEFAULT_TRADING_SERVER_REPLY_PORT 10017
00050 #endif
00051
00052
00053
00054 #if !defined (TAO_DEFAULT_IMPLREPO_SERVER_REQUEST_PORT)
00055 #define TAO_DEFAULT_IMPLREPO_SERVER_REQUEST_PORT 10018
00056 #endif
00057
00058
00059
00060 #if !defined (TAO_DEFAULT_IMPLREPO_SERVER_REPLY_PORT)
00061 #define TAO_DEFAULT_IMPLREPO_SERVER_REPLY_PORT 10019
00062 #endif
00063
00064
00065
00066 #if !defined (TAO_DEFAULT_INTERFACEREPO_SERVER_REQUEST_PORT)
00067 #define TAO_DEFAULT_INTERFACEREPO_SERVER_REQUEST_PORT 10020
00068 #endif
00069
00070
00071
00072 #if !defined (TAO_DEFAULT_INTERFACEREPO_SERVER_REPLY_PORT)
00073 #define TAO_DEFAULT_INTERFACEREPO_SERVER_REPLY_PORT 10021
00074 #endif
00075
00076 #include "ace/post.h"
00077 #endif