summaryrefslogtreecommitdiff
path: root/ACE/ACEXML
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-27 20:43:46 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-27 20:43:46 +0000
commit30102243920c57c8c73120186ef6f23d00357499 (patch)
treed2218efbd49bfb113788d091300f81ef2b016a6c /ACE/ACEXML
parent7a52a0d7773d3acf5707ed810db4336f665fa00e (diff)
downloadATCD-30102243920c57c8c73120186ef6f23d00357499.tar.gz
Thu Jul 27 20:30:26 UTC 2006 William R. Otte <wotte@dre.vanderbilt.edu>
Diffstat (limited to 'ACE/ACEXML')
-rw-r--r--ACE/ACEXML/apps/svcconf/Svcconf_Handler.cpp2
-rw-r--r--ACE/ACEXML/apps/svcconf/Svcconf_Handler.h2
-rw-r--r--ACE/ACEXML/apps/svcconf/Svcconf_Handler.inl (renamed from ACE/ACEXML/apps/svcconf/Svcconf_Handler.i)0
-rw-r--r--ACE/ACEXML/common/AttributesImpl.cpp2
-rw-r--r--ACE/ACEXML/common/AttributesImpl.h2
-rw-r--r--ACE/ACEXML/common/AttributesImpl.inl (renamed from ACE/ACEXML/common/AttributesImpl.i)0
-rw-r--r--ACE/ACEXML/common/Env.cpp2
-rw-r--r--ACE/ACEXML/common/Env.h2
-rw-r--r--ACE/ACEXML/common/Env.inl (renamed from ACE/ACEXML/common/Env.i)0
-rw-r--r--ACE/ACEXML/common/Exception.cpp2
-rw-r--r--ACE/ACEXML/common/Exception.h2
-rw-r--r--ACE/ACEXML/common/Exception.inl (renamed from ACE/ACEXML/common/Exception.i)0
-rw-r--r--ACE/ACEXML/common/LocatorImpl.cpp2
-rw-r--r--ACE/ACEXML/common/LocatorImpl.h2
-rw-r--r--ACE/ACEXML/common/LocatorImpl.inl (renamed from ACE/ACEXML/common/LocatorImpl.i)0
-rw-r--r--ACE/ACEXML/common/SAXExceptions.cpp2
-rw-r--r--ACE/ACEXML/common/SAXExceptions.h2
-rw-r--r--ACE/ACEXML/common/SAXExceptions.inl (renamed from ACE/ACEXML/common/SAXExceptions.i)0
-rw-r--r--ACE/ACEXML/common/XMLFilterImpl.cpp2
-rw-r--r--ACE/ACEXML/common/XMLFilterImpl.h2
-rw-r--r--ACE/ACEXML/common/XMLFilterImpl.inl (renamed from ACE/ACEXML/common/XMLFilterImpl.i)0
-rw-r--r--ACE/ACEXML/examples/SAXPrint/SAXPrint_Handler.cpp2
-rw-r--r--ACE/ACEXML/examples/SAXPrint/SAXPrint_Handler.h2
-rw-r--r--ACE/ACEXML/examples/SAXPrint/SAXPrint_Handler.inl (renamed from ACE/ACEXML/examples/SAXPrint/SAXPrint_Handler.i)0
-rw-r--r--ACE/ACEXML/parser/debug_validator/Element_Tree.cpp2
-rw-r--r--ACE/ACEXML/parser/debug_validator/Element_Tree.h2
-rw-r--r--ACE/ACEXML/parser/debug_validator/Element_Tree.inl (renamed from ACE/ACEXML/parser/debug_validator/Element_Tree.i)0
-rw-r--r--ACE/ACEXML/parser/parser/Entity_Manager.cpp2
-rw-r--r--ACE/ACEXML/parser/parser/Entity_Manager.h2
-rw-r--r--ACE/ACEXML/parser/parser/Entity_Manager.inl (renamed from ACE/ACEXML/parser/parser/Entity_Manager.i)0
-rw-r--r--ACE/ACEXML/parser/parser/Parser.cpp2
-rw-r--r--ACE/ACEXML/parser/parser/Parser.h2
-rw-r--r--ACE/ACEXML/parser/parser/Parser.inl (renamed from ACE/ACEXML/parser/parser/Parser.i)0
33 files changed, 22 insertions, 22 deletions
diff --git a/ACE/ACEXML/apps/svcconf/Svcconf_Handler.cpp b/ACE/ACEXML/apps/svcconf/Svcconf_Handler.cpp
index f9105555580..2b0d9d39718 100644
--- a/ACE/ACEXML/apps/svcconf/Svcconf_Handler.cpp
+++ b/ACE/ACEXML/apps/svcconf/Svcconf_Handler.cpp
@@ -15,7 +15,7 @@
#if (ACE_USES_CLASSIC_SVC_CONF == 0)
#if !defined (__ACEXML_INLINE__)
-# include "Svcconf_Handler.i"
+# include "Svcconf_Handler.inl"
#endif /* __ACEXML_INLINE__ */
ACEXML_Svcconf_Handler::ACEXML_Svcconf_Handler (void)
diff --git a/ACE/ACEXML/apps/svcconf/Svcconf_Handler.h b/ACE/ACEXML/apps/svcconf/Svcconf_Handler.h
index c9093f9bd7a..87ae16b1e46 100644
--- a/ACE/ACEXML/apps/svcconf/Svcconf_Handler.h
+++ b/ACE/ACEXML/apps/svcconf/Svcconf_Handler.h
@@ -284,7 +284,7 @@ private:
};
#if defined (__ACEXML_INLINE__)
-# include "Svcconf_Handler.i"
+# include "Svcconf_Handler.inl"
#endif /* __ACEXML_INLINE__ */
#endif /* ACE_USES_CLASSIC_SVC_CONF == 0 */
diff --git a/ACE/ACEXML/apps/svcconf/Svcconf_Handler.i b/ACE/ACEXML/apps/svcconf/Svcconf_Handler.inl
index 605dec5f2f7..605dec5f2f7 100644
--- a/ACE/ACEXML/apps/svcconf/Svcconf_Handler.i
+++ b/ACE/ACEXML/apps/svcconf/Svcconf_Handler.inl
diff --git a/ACE/ACEXML/common/AttributesImpl.cpp b/ACE/ACEXML/common/AttributesImpl.cpp
index a11d34c52e2..b436c4e5f79 100644
--- a/ACE/ACEXML/common/AttributesImpl.cpp
+++ b/ACE/ACEXML/common/AttributesImpl.cpp
@@ -3,7 +3,7 @@
#include "ACEXML/common/AttributesImpl.h"
#if !defined (__ACEXML_INLINE__)
-# include "ACEXML/common/AttributesImpl.i"
+# include "ACEXML/common/AttributesImpl.inl"
#endif /* __ACEXML_INLINE__ */
ACEXML_AttributesImpl::ACEXML_AttributesImpl (int size)
diff --git a/ACE/ACEXML/common/AttributesImpl.h b/ACE/ACEXML/common/AttributesImpl.h
index 85c48ed1c2e..f6ee26e7785 100644
--- a/ACE/ACEXML/common/AttributesImpl.h
+++ b/ACE/ACEXML/common/AttributesImpl.h
@@ -301,7 +301,7 @@ private:
};
#if defined (__ACEXML_INLINE__)
-# include "ACEXML/common/AttributesImpl.i"
+# include "ACEXML/common/AttributesImpl.inl"
#endif /* __ACEXML_INLINE__ */
#include /**/ "ace/post.h"
diff --git a/ACE/ACEXML/common/AttributesImpl.i b/ACE/ACEXML/common/AttributesImpl.inl
index 75fc288950d..75fc288950d 100644
--- a/ACE/ACEXML/common/AttributesImpl.i
+++ b/ACE/ACEXML/common/AttributesImpl.inl
diff --git a/ACE/ACEXML/common/Env.cpp b/ACE/ACEXML/common/Env.cpp
index 6d1ce2158d6..e5014a06714 100644
--- a/ACE/ACEXML/common/Env.cpp
+++ b/ACE/ACEXML/common/Env.cpp
@@ -3,7 +3,7 @@
#include "ACEXML/common/Env.h"
#if !defined (__ACEXML_INLINE__)
-# include "ACEXML/common/Env.i"
+# include "ACEXML/common/Env.inl"
#endif /* __ACEXML_INLINE__ */
ACEXML_Env::ACEXML_Env (void)
diff --git a/ACE/ACEXML/common/Env.h b/ACE/ACEXML/common/Env.h
index c17bba6a4bc..ee8aa59768d 100644
--- a/ACE/ACEXML/common/Env.h
+++ b/ACE/ACEXML/common/Env.h
@@ -64,7 +64,7 @@ private:
};
#if defined (__ACEXML_INLINE__)
-# include "ACEXML/common/Env.i"
+# include "ACEXML/common/Env.inl"
#endif /* __ACEXML_INLINE__ */
#include /**/ "ace/post.h"
diff --git a/ACE/ACEXML/common/Env.i b/ACE/ACEXML/common/Env.inl
index 95c3f41c8aa..95c3f41c8aa 100644
--- a/ACE/ACEXML/common/Env.i
+++ b/ACE/ACEXML/common/Env.inl
diff --git a/ACE/ACEXML/common/Exception.cpp b/ACE/ACEXML/common/Exception.cpp
index 65d3c373091..5aec3654b36 100644
--- a/ACE/ACEXML/common/Exception.cpp
+++ b/ACE/ACEXML/common/Exception.cpp
@@ -10,7 +10,7 @@ const ACEXML_Char *ACEXML_Exception::exception_name_ = ACE_TEXT ("ACEXML_Excepti
const ACEXML_Char *ACEXML_Exception::null_ = ACE_TEXT ("");
#if !defined (__ACEXML_INLINE__)
-# include "ACEXML/common/Exception.i"
+# include "ACEXML/common/Exception.inl"
#endif /* __ACEXML_INLINE__ */
ACEXML_Exception::ACEXML_Exception()
diff --git a/ACE/ACEXML/common/Exception.h b/ACE/ACEXML/common/Exception.h
index 09995b473fa..bfa5b0ace62 100644
--- a/ACE/ACEXML/common/Exception.h
+++ b/ACE/ACEXML/common/Exception.h
@@ -79,7 +79,7 @@ protected:
};
#if defined (__ACEXML_INLINE__)
-# include "ACEXML/common/Exception.i"
+# include "ACEXML/common/Exception.inl"
#endif /* __ACEXML_INLINE__ */
#include /**/ "ace/post.h"
diff --git a/ACE/ACEXML/common/Exception.i b/ACE/ACEXML/common/Exception.inl
index e2d97fa37ea..e2d97fa37ea 100644
--- a/ACE/ACEXML/common/Exception.i
+++ b/ACE/ACEXML/common/Exception.inl
diff --git a/ACE/ACEXML/common/LocatorImpl.cpp b/ACE/ACEXML/common/LocatorImpl.cpp
index 7b98f9178e1..6139985b2fd 100644
--- a/ACE/ACEXML/common/LocatorImpl.cpp
+++ b/ACE/ACEXML/common/LocatorImpl.cpp
@@ -3,7 +3,7 @@
#include "ACEXML/common/LocatorImpl.h"
#if !defined (__ACEXML_INLINE__)
-# include "ACEXML/common/LocatorImpl.i"
+# include "ACEXML/common/LocatorImpl.inl"
#endif /* __ACEXML_INLINE__ */
ACEXML_LocatorImpl::ACEXML_LocatorImpl (void)
diff --git a/ACE/ACEXML/common/LocatorImpl.h b/ACE/ACEXML/common/LocatorImpl.h
index e5209e13b8d..46a7092c84f 100644
--- a/ACE/ACEXML/common/LocatorImpl.h
+++ b/ACE/ACEXML/common/LocatorImpl.h
@@ -151,7 +151,7 @@ private:
};
#if defined (__ACEXML_INLINE__)
-# include "ACEXML/common/LocatorImpl.i"
+# include "ACEXML/common/LocatorImpl.inl"
#endif /* __ACEXML_INLINE__ */
#include /**/ "ace/post.h"
diff --git a/ACE/ACEXML/common/LocatorImpl.i b/ACE/ACEXML/common/LocatorImpl.inl
index 808a8bd4ac4..808a8bd4ac4 100644
--- a/ACE/ACEXML/common/LocatorImpl.i
+++ b/ACE/ACEXML/common/LocatorImpl.inl
diff --git a/ACE/ACEXML/common/SAXExceptions.cpp b/ACE/ACEXML/common/SAXExceptions.cpp
index 0e1cbd2a827..89e0cb99ed3 100644
--- a/ACE/ACEXML/common/SAXExceptions.cpp
+++ b/ACE/ACEXML/common/SAXExceptions.cpp
@@ -15,7 +15,7 @@ const ACEXML_Char *ACEXML_SAXNotRecognizedException::exception_name_ = ACE_TEXT
const ACEXML_Char *ACEXML_SAXParseException::exception_name_ = ACE_TEXT ("ACEXML_SAXParseException");
#if !defined (__ACEXML_INLINE__)
-# include "ACEXML/common/SAXExceptions.i"
+# include "ACEXML/common/SAXExceptions.inl"
#endif /* __ACEXML_INLINE__ */
ACEXML_SAXException::ACEXML_SAXException (void)
diff --git a/ACE/ACEXML/common/SAXExceptions.h b/ACE/ACEXML/common/SAXExceptions.h
index d4965c93ee6..5740c0b7760 100644
--- a/ACE/ACEXML/common/SAXExceptions.h
+++ b/ACE/ACEXML/common/SAXExceptions.h
@@ -200,7 +200,7 @@ protected:
};
#if defined (__ACEXML_INLINE__)
-# include "ACEXML/common/SAXExceptions.i"
+# include "ACEXML/common/SAXExceptions.inl"
#endif /* __ACEXML_INLINE__ */
#include /**/ "ace/post.h"
diff --git a/ACE/ACEXML/common/SAXExceptions.i b/ACE/ACEXML/common/SAXExceptions.inl
index 3aee40632b5..3aee40632b5 100644
--- a/ACE/ACEXML/common/SAXExceptions.i
+++ b/ACE/ACEXML/common/SAXExceptions.inl
diff --git a/ACE/ACEXML/common/XMLFilterImpl.cpp b/ACE/ACEXML/common/XMLFilterImpl.cpp
index 300c6b7ea4b..288814546ca 100644
--- a/ACE/ACEXML/common/XMLFilterImpl.cpp
+++ b/ACE/ACEXML/common/XMLFilterImpl.cpp
@@ -3,7 +3,7 @@
#include "ACEXML/common/XMLFilterImpl.h"
#if !defined (__ACEXML_INLINE__)
-# include "ACEXML/common/XMLFilterImpl.i"
+# include "ACEXML/common/XMLFilterImpl.inl"
#endif /* __ACEXML_INLINE__ */
ACEXML_XMLFilterImpl::ACEXML_XMLFilterImpl (void)
diff --git a/ACE/ACEXML/common/XMLFilterImpl.h b/ACE/ACEXML/common/XMLFilterImpl.h
index 52963580636..5c1823dfe3e 100644
--- a/ACE/ACEXML/common/XMLFilterImpl.h
+++ b/ACE/ACEXML/common/XMLFilterImpl.h
@@ -286,7 +286,7 @@ private:
};
#if defined (__ACEXML_INLINE__)
-# include "ACEXML/common/XMLFilterImpl.i"
+# include "ACEXML/common/XMLFilterImpl.inl"
#endif /* __ACEXML_INLINE__ */
#include /**/ "ace/post.h"
diff --git a/ACE/ACEXML/common/XMLFilterImpl.i b/ACE/ACEXML/common/XMLFilterImpl.inl
index 4be2ceeceea..4be2ceeceea 100644
--- a/ACE/ACEXML/common/XMLFilterImpl.i
+++ b/ACE/ACEXML/common/XMLFilterImpl.inl
diff --git a/ACE/ACEXML/examples/SAXPrint/SAXPrint_Handler.cpp b/ACE/ACEXML/examples/SAXPrint/SAXPrint_Handler.cpp
index 3dfeb5a182a..3388a1492b3 100644
--- a/ACE/ACEXML/examples/SAXPrint/SAXPrint_Handler.cpp
+++ b/ACE/ACEXML/examples/SAXPrint/SAXPrint_Handler.cpp
@@ -5,7 +5,7 @@
#include "ace/Log_Msg.h"
#if !defined (__ACEXML_INLINE__)
-# include "SAXPrint_Handler.i"
+# include "SAXPrint_Handler.inl"
#endif /* __ACEXML_INLINE__ */
ACEXML_SAXPrint_Handler::ACEXML_SAXPrint_Handler (const ACEXML_Char* filename)
diff --git a/ACE/ACEXML/examples/SAXPrint/SAXPrint_Handler.h b/ACE/ACEXML/examples/SAXPrint/SAXPrint_Handler.h
index 612dd406c06..8b79fff5692 100644
--- a/ACE/ACEXML/examples/SAXPrint/SAXPrint_Handler.h
+++ b/ACE/ACEXML/examples/SAXPrint/SAXPrint_Handler.h
@@ -190,6 +190,6 @@ private:
};
#if defined (__ACEXML_INLINE__)
-# include "SAXPrint_Handler.i"
+# include "SAXPrint_Handler.inl"
#endif /* __ACEXML_INLINE__ */
#endif /* ACEXML_SAXPRINT_HANDLER_H */
diff --git a/ACE/ACEXML/examples/SAXPrint/SAXPrint_Handler.i b/ACE/ACEXML/examples/SAXPrint/SAXPrint_Handler.inl
index 2102291ea68..2102291ea68 100644
--- a/ACE/ACEXML/examples/SAXPrint/SAXPrint_Handler.i
+++ b/ACE/ACEXML/examples/SAXPrint/SAXPrint_Handler.inl
diff --git a/ACE/ACEXML/parser/debug_validator/Element_Tree.cpp b/ACE/ACEXML/parser/debug_validator/Element_Tree.cpp
index e9275061b52..e584e22dd62 100644
--- a/ACE/ACEXML/parser/debug_validator/Element_Tree.cpp
+++ b/ACE/ACEXML/parser/debug_validator/Element_Tree.cpp
@@ -3,7 +3,7 @@
#include "ACEXML/parser/debug_validator/Element_Tree.h"
#if !defined (__ACEXML_INLINE__)
-# include "ACEXML/parser/debug_validator/Element_Tree.i"
+# include "ACEXML/parser/debug_validator/Element_Tree.inl"
#endif /* __ACEXML_INLINE__ */
ACEXML_Element_Tree_Node::~ACEXML_Element_Tree_Node ()
diff --git a/ACE/ACEXML/parser/debug_validator/Element_Tree.h b/ACE/ACEXML/parser/debug_validator/Element_Tree.h
index a4efdbf1318..4738b5de2f4 100644
--- a/ACE/ACEXML/parser/debug_validator/Element_Tree.h
+++ b/ACE/ACEXML/parser/debug_validator/Element_Tree.h
@@ -152,7 +152,7 @@ protected:
};
#if defined (__ACEXML_INLINE__)
-# include "ACEXML/parser/debug_validator/Element_Tree.i"
+# include "ACEXML/parser/debug_validator/Element_Tree.inl"
#endif /* __ACEXML_INLINE__ */
#include /**/ "ace/post.h"
diff --git a/ACE/ACEXML/parser/debug_validator/Element_Tree.i b/ACE/ACEXML/parser/debug_validator/Element_Tree.inl
index 4b408835403..4b408835403 100644
--- a/ACE/ACEXML/parser/debug_validator/Element_Tree.i
+++ b/ACE/ACEXML/parser/debug_validator/Element_Tree.inl
diff --git a/ACE/ACEXML/parser/parser/Entity_Manager.cpp b/ACE/ACEXML/parser/parser/Entity_Manager.cpp
index cbc20c00fec..0f27707ae72 100644
--- a/ACE/ACEXML/parser/parser/Entity_Manager.cpp
+++ b/ACE/ACEXML/parser/parser/Entity_Manager.cpp
@@ -3,7 +3,7 @@
#include "ACEXML/parser/parser/Entity_Manager.h"
#if !defined (__ACEXML_INLINE__)
-# include "ACEXML/parser/parser/Entity_Manager.i"
+# include "ACEXML/parser/parser/Entity_Manager.inl"
#endif /* __ACEXML_INLINE__ */
diff --git a/ACE/ACEXML/parser/parser/Entity_Manager.h b/ACE/ACEXML/parser/parser/Entity_Manager.h
index 9e264bf8d5e..e97233a6146 100644
--- a/ACE/ACEXML/parser/parser/Entity_Manager.h
+++ b/ACE/ACEXML/parser/parser/Entity_Manager.h
@@ -92,7 +92,7 @@ private:
};
#if defined (__ACEXML_INLINE__)
-# include "ACEXML/parser/parser/Entity_Manager.i"
+# include "ACEXML/parser/parser/Entity_Manager.inl"
#endif /* __ACEXML_INLINE__ */
#include /**/ "ace/post.h"
diff --git a/ACE/ACEXML/parser/parser/Entity_Manager.i b/ACE/ACEXML/parser/parser/Entity_Manager.inl
index 05b258e980e..05b258e980e 100644
--- a/ACE/ACEXML/parser/parser/Entity_Manager.i
+++ b/ACE/ACEXML/parser/parser/Entity_Manager.inl
diff --git a/ACE/ACEXML/parser/parser/Parser.cpp b/ACE/ACEXML/parser/parser/Parser.cpp
index 8aed213da69..a31343049fa 100644
--- a/ACE/ACEXML/parser/parser/Parser.cpp
+++ b/ACE/ACEXML/parser/parser/Parser.cpp
@@ -3,7 +3,7 @@
#include "ACEXML/parser/parser/Parser.h"
#if !defined (__ACEXML_INLINE__)
-# include "ACEXML/parser/parser/Parser.i"
+# include "ACEXML/parser/parser/Parser.inl"
#endif /* __ACEXML_INLINE__ */
#include "ace/ACE.h"
diff --git a/ACE/ACEXML/parser/parser/Parser.h b/ACE/ACEXML/parser/parser/Parser.h
index 0fbbcb31fc6..2e697236fe6 100644
--- a/ACE/ACEXML/parser/parser/Parser.h
+++ b/ACE/ACEXML/parser/parser/Parser.h
@@ -896,7 +896,7 @@ private:
};
#if defined (__ACEXML_INLINE__)
-# include "ACEXML/parser/parser/Parser.i"
+# include "ACEXML/parser/parser/Parser.inl"
#endif /* __ACEXML_INLINE__ */
#include /**/ "ace/post.h"
diff --git a/ACE/ACEXML/parser/parser/Parser.i b/ACE/ACEXML/parser/parser/Parser.inl
index 97896a68388..97896a68388 100644
--- a/ACE/ACEXML/parser/parser/Parser.i
+++ b/ACE/ACEXML/parser/parser/Parser.inl