summaryrefslogtreecommitdiff
path: root/ACE/apps/Gateway/Gateway/Gateway.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/Gateway/Gateway/Gateway.cpp')
-rw-r--r--ACE/apps/Gateway/Gateway/Gateway.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/apps/Gateway/Gateway/Gateway.cpp b/ACE/apps/Gateway/Gateway/Gateway.cpp
index ec5b1184c1c..b756b5d9642 100644
--- a/ACE/apps/Gateway/Gateway/Gateway.cpp
+++ b/ACE/apps/Gateway/Gateway/Gateway.cpp
@@ -197,7 +197,7 @@ Gateway::parse_connection_config_file (void)
// Read config file one line at a time.
for (Connection_Config_Info pci;
- connection_file.read_entry (pci, line_number) != FPRT::RT_EOFILE;
+ connection_file.read_entry (pci, line_number) != FP::RT_EOFILE;
)
{
file_empty = 0;
@@ -278,7 +278,7 @@ Gateway::parse_consumer_config_file (void)
// Read config file line at a time.
for (Consumer_Config_Info cci_entry;
- consumer_file.read_entry (cci_entry, line_number) != FPRT::RT_EOFILE;
+ consumer_file.read_entry (cci_entry, line_number) != FP::RT_EOFILE;
)
{
file_empty = 0;