summaryrefslogtreecommitdiff
path: root/TAO/tao/diffs/DomainS_T.h.diff
blob: d85754fdf46532ed5868d3f600be182eadafa81f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
--- orig/DomainS_T.h	Mon Apr 30 22:11:10 2001
+++ DomainS_T.h	Mon Apr 30 22:02:30 2001
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 //
-// $Id$
+// $Id$
 
 // ****  Code generated by the The ACE ORB (TAO) IDL Compiler ****
 // TAO and the TAO IDL Compiler have been developed by:
@@ -19,8 +19,8 @@
 // Information about TAO is available at:
 //     http://www.cs.wustl.edu/~schmidt/TAO.html
 
-#ifndef _TAO_IDL_DOMAINS_T_H_
-#define _TAO_IDL_DOMAINS_T_H_
+#ifndef _TAO_IDL_ORIG_DOMAINS_T_H_
+#define _TAO_IDL_ORIG_DOMAINS_T_H_
 
 #include "ace/pre.h"
 #if defined(_MSC_VER)
@@ -32,11 +32,6 @@
 
 #if defined (ACE_HAS_USING_KEYWORD)
 
-TAO_NAMESPACE  POA_CORBA
-{
-}
-TAO_NAMESPACE_CLOSE // module CORBA
-
 // TIE class: Refer to CORBA v2.2, Section 20.34.4
 template <class T>
 class TAO_Domain_Export POA_CORBA_DomainManager_tie : public POA_CORBA_DomainManager
@@ -70,7 +65,7 @@
       CORBA::Environment &ACE_TRY_ENV = 
         TAO_default_environment ()
     );
-  CORBA_Policy_ptr get_domain_policy (
+  CORBA::Policy_ptr get_domain_policy (
       CORBA::PolicyType policy_type,
       CORBA::Environment &ACE_TRY_ENV = 
         TAO_default_environment ()
@@ -89,6 +84,7 @@
   void operator= (const POA_CORBA_DomainManager_tie &);
 };
 
+
 // TIE class: Refer to CORBA v2.2, Section 20.34.4
 template <class T>
 class TAO_Domain_Export POA_CORBA_ConstructionPolicy_tie : public POA_CORBA_ConstructionPolicy
@@ -123,7 +119,7 @@
         TAO_default_environment ()
     );
   void make_domain_manager (
-      CORBA_InterfaceDef_ptr object_type,
+      CORBA::InterfaceDef_ptr object_type,
       CORBA::Boolean constr_policy,
       CORBA::Environment &ACE_TRY_ENV = 
         TAO_default_environment ()
@@ -140,7 +136,7 @@
       CORBA::SystemException
     ));
 
-  CORBA_Policy_ptr copy (
+  CORBA::Policy_ptr copy (
       CORBA::Environment &ACE_TRY_ENV = 
         TAO_default_environment ()
     )