summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Trader
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-11-24 11:05:47 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-11-24 11:05:47 +0000
commitc9453fa9a8437101b087df3eb9ae2da9db1f0b6e (patch)
tree550e5a13efab47f5a2526ac5d60ecfdcdc6abd47 /TAO/orbsvcs/orbsvcs/Trader
parent19803029f50dbba5d851692c1292af3f875641fb (diff)
downloadATCD-c9453fa9a8437101b087df3eb9ae2da9db1f0b6e.tar.gz
ChangeLogTag:Thu Nov 24 03:01:29 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Trader')
-rw-r--r--TAO/orbsvcs/orbsvcs/Trader/Constraint_Visitors.h4
-rw-r--r--TAO/orbsvcs/orbsvcs/Trader/Constraint_l.cpp4
-rw-r--r--TAO/orbsvcs/orbsvcs/Trader/Trader.cpp4
-rw-r--r--TAO/orbsvcs/orbsvcs/Trader/Trader_Interfaces.h4
4 files changed, 16 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Trader/Constraint_Visitors.h b/TAO/orbsvcs/orbsvcs/Trader/Constraint_Visitors.h
index 8e192bd393d..9bbba2e8755 100644
--- a/TAO/orbsvcs/orbsvcs/Trader/Constraint_Visitors.h
+++ b/TAO/orbsvcs/orbsvcs/Trader/Constraint_Visitors.h
@@ -87,8 +87,12 @@ public:
virtual int visit_property (TAO_Property_Constraint* literal) = 0;
};
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#include "orbsvcs/Trader/Constraint_Nodes.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
/**
* @class TAO_Constraint_Validator
*
diff --git a/TAO/orbsvcs/orbsvcs/Trader/Constraint_l.cpp b/TAO/orbsvcs/orbsvcs/Trader/Constraint_l.cpp
index 2e56f8e62d2..ac70a799402 100644
--- a/TAO/orbsvcs/orbsvcs/Trader/Constraint_l.cpp
+++ b/TAO/orbsvcs/orbsvcs/Trader/Constraint_l.cpp
@@ -490,6 +490,8 @@ static int yy_top_state YY_PROTO(( void ));
#define YY_NO_TOP_STATE 1
#endif
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#ifdef YY_MALLOC_DECL
YY_MALLOC_DECL
#else
@@ -581,6 +583,8 @@ YY_MALLOC_DECL
#define YY_RULE_SETUP \
YY_USER_ACTION
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
YY_DECL
{
register yy_state_type yy_current_state;
diff --git a/TAO/orbsvcs/orbsvcs/Trader/Trader.cpp b/TAO/orbsvcs/orbsvcs/Trader/Trader.cpp
index 49dbba67957..769c5485231 100644
--- a/TAO/orbsvcs/orbsvcs/Trader/Trader.cpp
+++ b/TAO/orbsvcs/orbsvcs/Trader/Trader.cpp
@@ -634,9 +634,13 @@ operator== (const CosTrading::Admin::OctetSeq& left,
return return_value;
}
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#include "ace/Arg_Shifter.h"
#include "Trader_T.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
TAO_Trader_Factory::TAO_TRADER*
TAO_Trader_Factory::create_trader (int& argc, ACE_TCHAR** argv)
{
diff --git a/TAO/orbsvcs/orbsvcs/Trader/Trader_Interfaces.h b/TAO/orbsvcs/orbsvcs/Trader/Trader_Interfaces.h
index dafadb93588..9ae04cb0df1 100644
--- a/TAO/orbsvcs/orbsvcs/Trader/Trader_Interfaces.h
+++ b/TAO/orbsvcs/orbsvcs/Trader/Trader_Interfaces.h
@@ -41,8 +41,12 @@ template <class TRADER_LOCK_TYPE, class MAP_LOCK_TYPE> class TAO_Admin;
template <class TRADER_LOCK_TYPE, class MAP_LOCK_TYPE> class TAO_Proxy;
template <class TRADER_LOCK_TYPE, class MAP_LOCK_TYPE> class TAO_Link;
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#include "Trader_T.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
/**
* @class TAO_Lookup
*