summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-09-01 21:20:48 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-09-01 21:20:48 +0000
commit43f36e33c0bffa02d85e6827ec63983382819751 (patch)
tree2b70e2a4e979aebfd7a2dfe4361fa16afc62119c
parent83827621c0b0a8366de5ef52e4a3572c2d53a53c (diff)
downloadATCD-43f36e33c0bffa02d85e6827ec63983382819751.tar.gz
ChangeLogTag:Fri Sep 1 14:18:35 2000 Carlos O'Ryan <coryan@cs.wustl.edu>
-rw-r--r--TAO/tao/DomainC.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/DomainC.h b/TAO/tao/DomainC.h
index ecadbf0cfa7..2401f2c3464 100644
--- a/TAO/tao/DomainC.h
+++ b/TAO/tao/DomainC.h
@@ -322,7 +322,7 @@ protected:
private:
CORBA_ConstructionPolicy (const CORBA_ConstructionPolicy &);
void operator= (const CORBA_ConstructionPolicy &);
-#if (TAO_HAS_INTERCEPTORS == 1) && (TAO_HAS_INTERACE_REPOSITORY == 1)
+#if (TAO_HAS_INTERCEPTORS == 1) && (TAO_HAS_INTERFACE_REPOSITORY == 1)
// Generation of interceptors related RequestInfo classes per operation.
// This needed to be able to store the arguments, exceptiosn, constexts
@@ -363,7 +363,7 @@ IR_InterfaceDef* & object_type_;
CORBA::Boolean & constr_policy_;
};
-#endif /* TAO_HAS_INTERCEPTORS && TAO_HAS_INTERACE_REPOSITORY */
+#endif /* TAO_HAS_INTERCEPTORS && TAO_HAS_INTERFACE_REPOSITORY */
};